GQLOperationTypeDefinition

constructor(sourceLocation: SourceLocation? = null, operationType: String, namedType: String)

Parameters

operationType

one of "query", "mutation", "subscription"

namedType

the name of the root object type, i.e. "Query", ...