Hugh Willson
Hugh Willson
This was implemented.
Note that there is related work happening in https://github.com/apollographql/apollo-server/issues/6719.
Now being tracked in https://github.com/apollographql/apollo-server/issues/6671.
Most of this work is done and now available in beta 2. We'll create new tracking issues for the remaining items.
@AnthonyMDev thanks for such a thorough breakdown and exploration of the potential options! I agree with your preference and @jimisaacs - option 2a seems like a great solution and is...
This was completed and is available in beta 2. Thanks!
To help provide a more clear separation between feature requests / discussions and bugs, and to help clean up the feature request / discussion backlog, Apollo Client feature requests /...
Thanks for the suggestion! If anyone is interested in working on a docs PR for this (in https://github.com/apollographql/apollo-client), that would be awesome!
In the soon to be released new version of this project, fragments that only have `@client` fields / selection sets are automatically excluded from being sent to the server. So...
@MattReimer We're working on a new version of `apollo-link-state` that replaces the concept of `defaults` with more dynamic function based `initializers`. These initializer functions can be run to prime the...