GetDataSourceIntrospectionRequest
Types
Properties
Link copied to clipboard
A boolean flag that determines whether SDL should be generated for introspected types or not. If set to true
, each model will contain an sdl
property that contains the SDL for that type. The SDL only contains the type data and no additional metadata or directives.
Link copied to clipboard
The introspection ID. Each introspection contains a unique ID that can be used to reference the instrospection record.
Link copied to clipboard
The maximum number of introspected types that will be returned in a single response.
Functions
Link copied to clipboard
inline fun copy(block: GetDataSourceIntrospectionRequest.Builder.() -> Unit = {}): GetDataSourceIntrospectionRequest