GQLSchemaDefinition
data class GQLSchemaDefinition( val sourceLocation: SourceLocation = SourceLocation.UNKNOWN, val description: String?, val directives: List<GQLDirective>, val rootOperationTypeDefinitions: List<GQLOperationTypeDefinition>) : GQLDefinition
Content copied to clipboard
Constructors
Link copied to clipboard
fun GQLSchemaDefinition( sourceLocation: SourceLocation = SourceLocation.UNKNOWN, description: String?, directives: List<GQLDirective>, rootOperationTypeDefinitions: List<GQLOperationTypeDefinition>)
Content copied to clipboard
Functions
Link copied to clipboard
open override fun copyWithNewChildrenInternal(container: NodeContainer): GQLNode
Content copied to clipboard
Internal-only. Copies this code using the given children
Link copied to clipboard
Internal-only. Copies this code using the given children