Skip to content

Commit

Permalink
Update FetchNode to make operationDocumentNode optional
Browse files Browse the repository at this point in the history
  • Loading branch information
theJC committed Jun 17, 2022
1 parent 2f1f4b2 commit 389cb4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-planner-js/src/QueryPlan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export interface FetchNode {
operation: string;
operationName: string | undefined;
operationKind: OperationTypeNode;
operationDocumentNode: DocumentNode;
operationDocumentNode?: DocumentNode;
}

export interface FlattenNode {
Expand Down

0 comments on commit 389cb4a

Please sign in to comment.