UNPKG

polen

Version:

A framework for delightful GraphQL developer portals

7 lines 282 B
/** * This is a tree-shakable version of https://github.com/graphql/graphql-js/blob/16.x.x/src/language/ast.ts#L326-L331 */ export const QUERY = `query`; export const MUTATION = `mutation`; export const SUBSCRIPTION = `subscription`; //# sourceMappingURL=OperationTypeNodes.js.map