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: src/fragments/lib-v1/graphqlapi/js/delta-sync.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,17 +33,17 @@ subscription.unsubscribe();
33
33
-`query`: A `DocumentNode` for the base data (e.g. as returned by [`gql`](https://github.com/apollographql/graphql-tag#gql))
34
34
-`variables`[optional]: An object with the query variables, if any.
35
35
-`baseRefreshIntervalInSeconds`[optional]: Number of seconds after which the base query will be run again. Default value: `86400` (24 hrs)
36
-
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/api/react-apollo.html#graphql-mutation-options-update)
36
+
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/data/mutations#the-update-function)
37
37
38
38
**subscriptionQuery**
39
39
-`query`: A `DocumentNode` for the subscription (e.g. as returned by [`gql`](https://github.com/apollographql/graphql-tag#gql))
40
40
-`variables`[optional]: An object with the query variables, if any.
41
-
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/api/react-apollo.html#graphql-mutation-options-update)
41
+
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/data/mutations#the-update-function)
42
42
43
43
**deltaQuery**
44
44
-`query`: A `DocumentNode` for the deltas (e.g. as returned by [`gql`](https://github.com/apollographql/graphql-tag#gql))
45
45
-`variables`[optional]: An object with the query variables, if any.
46
-
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/api/react-apollo.html#graphql-mutation-options-update)
46
+
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/data/mutations#the-update-function)
Copy file name to clipboardExpand all lines: src/fragments/lib/graphqlapi/js/delta-sync.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,17 +33,17 @@ subscription.unsubscribe();
33
33
-`query`: A `DocumentNode` for the base data (e.g. as returned by [`gql`](https://github.com/apollographql/graphql-tag#gql))
34
34
-`variables`[optional]: An object with the query variables, if any.
35
35
-`baseRefreshIntervalInSeconds`[optional]: Number of seconds after which the base query will be run again. Default value: `86400` (24 hrs)
36
-
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/api/react-apollo.html#graphql-mutation-options-update)
36
+
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/data/mutations#the-update-function)
37
37
38
38
**subscriptionQuery**
39
39
-`query`: A `DocumentNode` for the subscription (e.g. as returned by [`gql`](https://github.com/apollographql/graphql-tag#gql))
40
40
-`variables`[optional]: An object with the query variables, if any.
41
-
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/api/react-apollo.html#graphql-mutation-options-update)
41
+
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/data/mutations#the-update-function)
42
42
43
43
**deltaQuery**
44
44
-`query`: A `DocumentNode` for the deltas (e.g. as returned by [`gql`](https://github.com/apollographql/graphql-tag#gql))
45
45
-`variables`[optional]: An object with the query variables, if any.
46
-
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/api/react-apollo.html#graphql-mutation-options-update)
46
+
-`update`[optional]: A function to update the cache, see: [Apollo's `update` function](https://www.apollographql.com/docs/react/data/mutations#the-update-function)
0 commit comments