Skip to content

Commit

Permalink
missing fetch type in document handle
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecAivazis committed Mar 28, 2024
1 parent e9a6165 commit eb4dc29
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ export type DocumentHandle<
> = {
data: _Data
partial: boolean
fetch: FetchFn<_Data, _Input>
} & RefetchHandlers<_Artifact, _Data, _Input>

type RefetchHandlers<_Artifact extends QueryArtifact, _Data extends GraphQLObject, _Input> =
Expand Down

0 comments on commit eb4dc29

Please sign in to comment.