UNPKG

311 BTypeScriptView Raw
1import { GraphQLSchema, DocumentNode, GraphQLInputType } from 'graphql';
2export declare type VariableToType = {
3 [variable: string]: GraphQLInputType;
4};
5export declare function collectVariables(schema: GraphQLSchema, documentAST: DocumentNode): VariableToType;
6//# sourceMappingURL=collectVariables.d.ts.map
\No newline at end of file