You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`data` might not contain any partial data is instead set to `undefined`. This typically occurs when a [network error](./error-handling#network-errors) causes the query to fail because the error might not be associated with GraphQL execution.
499
+
`data` might not contain any partial data and is instead set to `undefined`. This typically occurs when a [network error](./error-handling#network-errors) causes the query to fail because the error might not be associated with GraphQL execution.
500
500
501
501
</Note>
502
502
@@ -551,7 +551,7 @@ The `retain()` method returns the original promise. The previous example can be
551
551
const { data } =awaitgetDogs().retain();
552
552
```
553
553
554
-
For a complete list of supported options and result properties, see the [`useQuery` API reference](../api/react/useLazyQuery).
554
+
For a complete list of supported options and result properties, see the [`useLazyQuery` API reference](../api/react/useLazyQuery).
0 commit comments