Skip to content

Commit

Permalink
Ensure | null is added to queryRef in return type
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jan 26, 2024
1 parent b6a7040 commit ef376c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/Overrides/UseLoadableQueryResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function UseLoadableQueryResult() {
},
{
name: "queryRef",
type: "QueryReference<TData, TVariables>",
type: "QueryReference<TData, TVariables> | null",
description:
"The `queryRef` used by `useReadQuery` to read the query result.",
canonicalReference: "@apollo/client!QueryReference:interface",
Expand Down

0 comments on commit ef376c9

Please sign in to comment.