UNPKG

graphql-transformer-core

Version:

A framework to transform from GraphQL SDL to AWS cloudFormation.

3 lines 170 B
import { DirectiveNode } from 'graphql'; export declare function getDirectiveArguments(directive: DirectiveNode): any; //# sourceMappingURL=getDirectiveArguments.d.ts.map