Interface OperationTypeDefinitionNode

interface OperationTypeDefinitionNode {
    kind: OPERATION_TYPE_DEFINITION;
    loc?: Location;
    operation: OperationTypeNode;
    type: NamedTypeNode;
}

Properties

Properties

loc?: Location

Generated using TypeDoc