polen
Version:
A framework for delightful GraphQL developer portals
8 lines • 452 B
TypeScript
/**
* This is a tree-shakable version of https://github.com/graphql/graphql-js/blob/16.x.x/src/language/ast.ts#L326-L331
*/
import type { OperationTypeNode as GraphQLOperationTypeNode } from 'graphql';
export declare const QUERY: GraphQLOperationTypeNode.QUERY;
export declare const MUTATION: GraphQLOperationTypeNode.MUTATION;
export declare const SUBSCRIPTION: GraphQLOperationTypeNode.SUBSCRIPTION;
//# sourceMappingURL=OperationTypeNodes.d.ts.map