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/api/apollo-query.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
-`skip`: Boolean disabling query fetching
12
12
-`clientId`: Used to resolve the Apollo Client used (defined in ApolloProvider)
13
13
-`deep`: Boolean to use deep Vue watchers
14
-
-`tag`: String HTML tag name (default: `div`); if `undefined`, the component will be renderless (the content won't be wrapped in a tag)
14
+
-`tag`: String HTML tag name (default: `div`); if falsy (for example `null` or `undefined`), the component will be renderless (the content won't be wrapped in a tag). In this case, only the first child will be rendered.
15
15
-`debounce`: Number of milliseconds for debouncing refetches (for example when the variables are changed)
16
16
-`throttle`: Number of milliseconds for throttling refetches (for example when the variables are changed)
0 commit comments