We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be16adf commit 4191710Copy full SHA for 4191710
src/execution/collectFields.ts
@@ -56,7 +56,6 @@ interface CollectFieldsContext {
56
schema: GraphQLSchema;
57
fragments: ObjMap<FragmentDetails>;
58
variableValues: { [variable: string]: unknown };
59
- fragmentVariableValues?: FragmentVariables;
60
operation: OperationDefinitionNode;
61
runtimeType: GraphQLObjectType;
62
visitedFragmentNames: Set<string>;
0 commit comments