/**
* This is a tree-shakable version of https://github.com/graphql/graphql-js/blob/16.x.x/src/language/ast.ts#L326-L331
*/exportconstQUERY = `query`;
exportconstMUTATION = `mutation`;
exportconstSUBSCRIPTION = `subscription`;
//# sourceMappingURL=OperationTypeNodes.js.map