-
**Intended outcome:**
When using `refetchQueries` in the options of a mutation, I expect the listed queries to refetch and my UI being updated.
```js
this.props.mutate({
variables: {
…
-
The partialRefetch option is not available at the moment. Would it be possible to make it available?
More information here: https://www.apollographql.com/docs/react/essentials/queries
-
**Intended outcome:**
Testing code using MockedProvider with a useQuery hook that has a client set
useQuery Hook
```
const { loading, error, data, fetchMore } = useQuery(PLAYLISTS, {
…
-
Hi I'm trying to make a minimal version of this work. schema loads OK from the server and I get a form rendered but clicking the submit button doesn't work. What am I missing?
import "semantic-ui-c…
-
Currently, live queries re-send whole state every time. Even for mid-sized queries with few KBs of data, this can mean quite some traffic.
Would it be possible to provide some way to enable diffing…
-
Consider the following query —
```gql
query GetMarketplaceAppListingById {
marketplaceApp(appId: 1215460) {
versions(first: 1) {
edges {
node {
deplo…
-
Is it possible to use `import { setContext } from 'apollo-link-context';` to set the auth token ?
with `apollo-link-http` it's done as so:
```javascript
const authHttpLink = setContext(() => {
…
-
I'm getting the following error:
```
$ node ./bin/prepare.js
node:internal/modules/cjs/loader:1031
throw err;
^
Error: Cannot find module 'commander'
Require stack:
- /home/tfinley/co…
-
Deno just got released today, do you have any plan for supporting it?
https://deno.land/v1
-
Apollo Boost doesn't work 99% of the time and I have to use apollo-client to establish a connection.
Every time I go to find docs on Apollo Client it's obfuscated by Boost stuff.
Can you just pu…