GQLOperationDefinition

fun GQLOperationDefinition(    sourceLocation: SourceLocation = SourceLocation.UNKNOWN,     operationType: String,     name: String?,     variableDefinitions: List<GQLVariableDefinition>,     directives: List<GQLDirective>,     selectionSet: GQLSelectionSet,     description: String?)