Skip to content

Commit 4191710

Browse files
committed
remove unused optional portion of CollectFieldsContext
this was from earlier iteration
1 parent be16adf commit 4191710

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/execution/collectFields.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ interface CollectFieldsContext {
5656
schema: GraphQLSchema;
5757
fragments: ObjMap<FragmentDetails>;
5858
variableValues: { [variable: string]: unknown };
59-
fragmentVariableValues?: FragmentVariables;
6059
operation: OperationDefinitionNode;
6160
runtimeType: GraphQLObjectType;
6261
visitedFragmentNames: Set<string>;

0 commit comments

Comments
 (0)