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
<divv-elseclass="no-result apollo">No result :(</div>
1223
+
</template>
1224
+
</ApolloQuery>
1225
+
```
1226
+
1227
+
Props:
1228
+
1229
+
-`query`: GraphQL query (transformed by `graphql-tag`)
1230
+
-`variables`: Object of GraphQL variables
1231
+
-`fetchPolicy`: See [apollo fetchPolicy](https://www.apollographql.com/docs/react/basics/queries.html#graphql-config-options-fetchPolicy)
1232
+
-`pollInterval`: See [apollo pollInterval](https://www.apollographql.com/docs/react/basics/queries.html#graphql-config-options-pollInterval)
1233
+
-`notifyOnNetworkStatusChange`: See [apollo notifyOnNetworkStatusChange](https://www.apollographql.com/docs/react/basics/queries.html#graphql-config-options-notifyOnNetworkStatusChange)
1234
+
-`context`: See [apollo context](https://www.apollographql.com/docs/react/basics/queries.html#graphql-config-options-context)
1235
+
-`skip`: Boolean disabling query fetching
1236
+
-`clienId`: Used to resolve the Apollo Client used (defined in ApolloProvider)
1237
+
-`tag`: String HTML tag name (default: `div`)
1238
+
1239
+
Scoped slot props:
1240
+
-`result`: Apollo Query result
1241
+
-`result.data`: Data returned by the query
1242
+
-`result.loading`: Boolean indicating that a request is in flight
1243
+
-`result.error`: Eventual error for the current result
1244
+
-`result.networkStatus`: See [apollo networkStatus](https://www.apollographql.com/docs/react/basics/queries.html#graphql-query-data-networkStatus)
1245
+
-`query`: Smart Query associated with the component
1246
+
1247
+
(WIP) You can subscribe to more data with the `ApolloSubscribeToMore` (or `apollo-subscribe-to-more`) component:
<divv-elseclass="no-result apollo">No result :(</div>
1544
-
</template>
1545
-
</ApolloQuery>
1546
-
```
1547
-
1548
-
Props:
1549
-
1550
-
-`query`: GraphQL query (transformed by `graphql-tag`)
1551
-
-`variables`: Object of GraphQL variables
1552
-
-`fetchPolicy`: See [apollo fetchPolicy](https://www.apollographql.com/docs/react/basics/queries.html#graphql-config-options-fetchPolicy)
1553
-
-`pollInterval`: See [apollo pollInterval](https://www.apollographql.com/docs/react/basics/queries.html#graphql-config-options-pollInterval)
1554
-
-`notifyOnNetworkStatusChange`: See [apollo notifyOnNetworkStatusChange](https://www.apollographql.com/docs/react/basics/queries.html#graphql-config-options-notifyOnNetworkStatusChange)
1555
-
-`context`: See [apollo context](https://www.apollographql.com/docs/react/basics/queries.html#graphql-config-options-context)
1556
-
-`skip`: Boolean disabling query fetching
1557
-
-`clienId`: Used to resolve the Apollo Client used (defined in ApolloProvider)
1558
-
-`tag`: String HTML tag name (default: `div`)
1559
-
1560
-
Scoped slot props:
1561
-
-`result`: Apollo Query result
1562
-
-`result.data`: Data returned by the query
1563
-
-`result.loading`: Boolean indicating that a request is in flight
1564
-
-`result.error`: Eventual error for the current result
1565
-
-`result.networkStatus`: See [apollo networkStatus](https://www.apollographql.com/docs/react/basics/queries.html#graphql-query-data-networkStatus)
1566
-
-`query`: Smart Query associated with the component
1567
-
1568
-
(WIP) You can subscribe to mode data with the `ApolloSubscribeToMore` (or `apollo-subscribe-to-more`) component:
0 commit comments