GQLOperationTypeDefinition
fun GQLOperationTypeDefinition( sourceLocation: SourceLocation = SourceLocation.UNKNOWN, operationType: String, namedType: String)
Content copied to clipboard
Parameters
operationType
one of "query", "mutation", "subscription"
namedType
the name of the root object type, i.e. "Query", ...