UNPKG

graphql-transformer-core

Version:

A framework to transform from GraphQL SDL to AWS cloudFormation.

3 lines 178 B
import { DocumentNode } from 'graphql'; export declare function stripDirectives(doc: DocumentNode, except?: string[]): DocumentNode; //# sourceMappingURL=stripDirectives.d.ts.map