UNPKG

223 BTypeScriptView Raw
1import { GraphQLSchema, OperationDefinitionNode } from 'graphql';
2import { Variable } from '../types';
3export declare function transformVariables(schema: GraphQLSchema, definitionNode: OperationDefinitionNode): Variable[];