GQLSchemaDefinition

fun GQLSchemaDefinition(    sourceLocation: SourceLocation = SourceLocation.UNKNOWN,     description: String?,     directives: List<GQLDirective>,     rootOperationTypeDefinitions: List<GQLOperationTypeDefinition>)