Skip to content

Commit

Permalink
fix: adds operationKind property to TS definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
dzucconi committed Jun 10, 2020
1 parent 488944f commit 86f73b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ export type ConcreteBatch = {
name: string;
query: any;
text: string | null;
operationKind: string;
};
export type CacheConfig = {
force?: boolean;
Expand Down

0 comments on commit 86f73b9

Please sign in to comment.