Current section

Files

Jump to
common_graphql_client priv npm node_modules graphql-tools utils updateArgument.d.ts
Raw

priv/npm/node_modules/graphql-tools/utils/updateArgument.d.ts

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