UNPKG

331 BTypeScriptView Raw
1import { GraphQLInputType, ArgumentNode, VariableDefinitionNode } from 'graphql';
2export declare function updateArgument(argName: string, argType: GraphQLInputType, argumentNodes: Record<string, ArgumentNode>, variableDefinitionsMap: Record<string, VariableDefinitionNode>, variableValues: Record<string, any>, newArg: any): void;