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
Copy file name to clipboardExpand all lines: docs/client-and-provider.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,6 @@ Imperatively execute a GraphQL query operation.
118
118
|`fetchOptions`|`Fetch.requestInit=?`| Optional. The fetch options to apply on the outgoing request. |
119
119
|`requestPolicy`|`Types.requestPolicy=?`| Optional. The request policy to use to execute the query. Defaults to `"cache-first"`. |
120
120
|`url`|`string=?`| Optional. The GraphQL endpoint to use for the executing operation (if different from the one specified by `Client.make`). |
121
-
|`pollInterval`|`int=?`| Optional. Instructs the client to reexecute the query every `pollInterval` milliseconds. |
122
121
|`meta`|`Types.operationDebugMeta=?`| Optional. Add metadata that is only available in development with devtools. |
123
122
|`suspense`|`bool=?`| Optional. A flag activating the experimental React suspense mode, which can be used during server-side rendering to prefetch data. Defaults to `false`. |
124
123
|`preferGetMethod`|`bool=?`| Optional. If `true`, will use the HTTP GET method rather than POST for operations of type `query`. Defaults to `false`. |
@@ -208,7 +207,6 @@ Execute a GraphQL mutation operation.
208
207
|`fetchOptions`|`Fetch.requestInit=?`| Optional. The fetch options to apply on the outgoing request. |
209
208
|`requestPolicy`|`Types.requestPolicy=?`| Optional. The request policy to use to execute the query. Defaults to `"cache-first"`. |
210
209
|`url`|`string=?`| Optional. The GraphQL endpoint to use for the executing operation (if different from the one specified by `Client.make`). |
211
-
|`pollInterval`|`int=?`| Optional. Instructs the client to reexecute the query every `pollInterval` milliseconds. |
212
210
|`meta`|`Types.operationDebugMeta=?`| Optional. Add metadata that is only available in development with devtools. |
213
211
|`suspense`|`bool=?`| Optional. A flag activating the experimental React suspense mode, which can be used during server-side rendering to prefetch data. Defaults to `false`. |
214
212
|`preferGetMethod`|`bool=?`| Optional. If `true`, will use the HTTP GET method rather than POST for operations of type `query`. Defaults to `false`. |
@@ -298,7 +296,6 @@ Execute a GraphQL subscription operation. If using the `executeSubscription` met
298
296
|`fetchOptions`|`Fetch.requestInit=?`| Optional. The fetch options to apply on the outgoing request. |
299
297
|`requestPolicy`|`Types.requestPolicy=?`| Optional. The request policy to use to execute the query. Defaults to `"cache-first"`. |
300
298
|`url`|`string=?`| Optional. The GraphQL endpoint to use for the executing operation (if different from the one specified by `Client.make`). |
301
-
|`pollInterval`|`int=?`| Optional. Instructs the client to reexecute the query every `pollInterval` milliseconds. |
302
299
|`meta`|`Types.operationDebugMeta=?`| Optional. Add metadata that is only available in development with devtools. |
303
300
|`suspense`|`bool=?`| Optional. A flag activating the experimental React suspense mode, which can be used during server-side rendering to prefetch data. Defaults to `false`. |
304
301
|`preferGetMethod`|`bool=?`| Optional. If `true`, will use the HTTP GET method rather than POST for operations of type `query`. Defaults to `false`. |
0 commit comments