apollo-client
Here are 1,368 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
I got few migrations each referring a different connection. migrate:fresh, migrate:refresh doesn't handle this scenario since they operate on the default connection or in the specific connection passed via --database param.
Describe the solution you'd like
The simplest solution can be to process only migrations that has th
-
Updated
Apr 13, 2020 - TypeScript
-
Updated
Jun 12, 2020 - JavaScript
apollo-link-ws comes with the 'graphql-ws' Sec-Websocket-Protocol header.
I would like to change tha
Intended outcome:
Apollo Client 3 has introduced new evict and gc methods for removing objects from the cache, as detailed in the Garbage collection and cache eviction docs.
After calling either of these methods, I would expect the displayed information in the "Cache
-
Updated
Jun 9, 2020 - JavaScript
See the-road-to-graphql/fullstack-apollo-express-postgresql-boilerplate#5 for users domain. Maybe someone wants to add tests for the messages domain too.
Due to this line cancelTrip throws an error.
{
"errors": [
{
"message": "Cannot read property 'flight_number' of undefined",
"locations": [
{
"line": 2,
"column": 3
}
],
-
Updated
Jun 19, 2020 - TypeScript
-
Updated
Jun 8, 2020 - JavaScript
What problem does this feature solve?
how to use Apollo local state management? any examples? Let's say I want to create Apollo Local UI Cache State management. I our project we don't use vuex. as described in https://vue-apollo.netlify.com/guide/local-state.html#why-use-apollo-local-state-management
-
Updated
Jun 19, 2020 - TypeScript
-
Updated
Jun 6, 2020 - JavaScript
apollo-server >=2.6
@apollo/react-hooks >=3.1
react-native >=0.60
replace redux with apollo @client local state now that Apollo DevTools is built into React Native DevTools!
-
Updated
Mar 7, 2020 - JavaScript
-
Updated
May 8, 2019 - TypeScript
-
Updated
Sep 23, 2019 - JavaScript
It would be useful for apollo-cache-hermes to allow a different cache key other than id on a given object. In-memory-cache uses dataIdFromObject that can be read about in their normalization documentation here: https://www.apollographql.com/docs/react/advanced/caching/#normalization
We have used that function to determine different cache keys by __typename.
It would be great if we could update this example (or perhaps just have a separate example, maybe two folders in this repo?) that uses auth. Check out how it is done here https://github.com/zeit/next.js/tree/canary/examples/with-apollo-auth
When using apolloStorybookDecorator, I get an error from apollo client that "You must specify link & cache properties on the config object". Not sure what I can do to resolve this.
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jun 18, 2020 - Go
I was unable to find anything in the docs, tutorials, or example projects about how to exactly use watch queries in data-loading components. From the docs, I know that I can use the ComponentQueryManager which will track active watch queries and unsubscribe when the component is destroyed. I also know that watchQuery will return an Ember.Object and can be used in computed properties. What I
-
Updated
May 25, 2017 - JavaScript
-
Updated
Jul 10, 2019 - TypeScript
Improve this page
Add a description, image, and links to the apollo-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apollo-client topic, visit your repo's landing page and select "manage topics."
I think the client-side URL routing on your docs website is broken?
Reproduction:
I think the URL should be something like: "http