Skip to content

Commit

Permalink
Fix RefetchOptions onComplete type
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangi-njuguna committed May 17, 2024
1 parent d8d101b commit e282720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nova-react/src/graphql/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export type FetchPolicy =
| "store-only";

type RefetchOptions = {
onCompleted?: (error: Error | null) => void;
onComplete?: (error: Error | null) => void;
fetchPolicy?: FetchPolicy;
};

Expand Down

0 comments on commit e282720

Please sign in to comment.