-
What is the recommend way of using local state management in GraphQL and remote GraphQL calls with cognito as the auth layer?
** Which Category is your question related to? **
AWS AppSync client /…
-
Hi,
If I refresh the page vue-apollo seems to be stuck in a loading state, never resolving even after there is a network response from the server. I even tried with turning the server off so it wo…
-
Hey guys,
I am completely new to Apollo. Currently, I am setting up a Headless WP, Gatsby, Graphql, Apollo project (e-commerce). However, for some reason I ran into an interesting problem while set…
-
I receive an error when using apollo-link-state with Next.js/Apollo (modifying the "with Apollo" example in Next.js repository). I'm not sure it is an issue really: I may be missing something.
See th…
f2net updated
5 years ago
-
**Expected Behavior**
When using `onError()` from `@apollo/link-error` we do not get an error upon GraphQL request.
**Actual Behavior**
Deps:
```
"dependencies": {
"@apollo/client": …
-
`withClientState({ typeDefs })` is missing from https://github.com/apollographql/apollo-link/blob/master/docs/source/links/state.md
-
This is currently not an issue, just creating for reference
## Type
Feature request
## Problem
Given there are two independent components. One for rendering a list of items (q-comp), the o…
-
Hi,
I am currently trying to replace the use of redux in the Vulcan.js framework (built on top of Meteor) with apollo-link-state.
Meteor being package based, we used to allow people to register add…
-
Hi
The `withApollo` HOC example works perfectly but I need to send `authtoken` in `headers`, which is coming from **react context** (I am using firebase authtoken, not localStorage or cookie) which i…
-
I am using `useSubscription` in one of my components. I do not use any of the return values, because I am using a complicated protocol in my subscription, and I do not want to act on every message I r…