-
Hi! Just wanted to know the feasibility of adding declaration typescript files (since the project is solely built on javascript) This would be a great addition for pure Typescript projects.
Thanks,…
-
- [ ] I'd be willing to implement this feature ([contributing guide](https://yarnpkg.com/advanced/contributing))
- [x] This feature is important to have in this repository; a contrib plugin wouldn't …
-
First the good news: streaming SSR with the suspense hooks and Remix works.
All the setup for that is in this diff: https://github.com/phryneas/remix-apollo-stream-example/commit/bc43efe4a3f53d0672…
-
**problem**
accessing useful error data supplied by the server is tedious and verbose. even just accessing `error.message` is permanently branded with `"GraphQL error: "` prefix [see this popular iss…
-
Hi.
There is useQuery(), but there is no useFragment() which would allow to watch some fragment in the cache and re-render accordingly.
- This hook useFragment is supported in Relay: https://git…
-
Hey team,
I'm getting CVE alerts about [semver](https://npmjs.com/advisories/31) and [bl](https://npmjs.com/advisories/596) dependencies that are used by `gatsby-plugin-printer` all the way down t…
-
Getting Type 'ApolloLink' is not assignable to type 'ApolloLink | RequestHandler' on 3.6.10 upgrade.
Code is throwing error on `httpLink` and `authLink`
```
const httpLink = new HttpLink({ uri: "…
-
-
For a **_Nuxt 3_** app:
Is it possible to change the configuration of `httpEndpoint` and `wsEndpoint` once the application is built, using the environment variables and the runtime configuration?
…
-
Hello,
when you create a upload link, you can only set the headers once.
This is a problem when you refresh your authentication token.
Apollo allows to pass a function to the connecitonParams so …