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