Fetch timeout time, by default it's 10000 ms
Headers added to the fetch call
Event called on every successful hook call. Including cache updates, setData calls, and successful network calls.
(data: Maybe
Event called on GraphQL error on hook call.
Shared hook cache id
In order to be able to update a query data based on this mutation result you can specify a shared cache id between those hooks which will update the queries data
Variables used in the hook call.
Hook automatically called on any variable change in useQuery.
Generated using TypeDoc
Options of useMutation