Hugh Willson
Hugh Willson
@jcollum-nutrien This is how Apollo Client [generates cache keys by default](https://www.apollographql.com/docs/react/caching/overview/#2-generate-cache-ids). Is it possible your `id` is coming back from your GraphQL endpoint somewhere prefixed with the extra space? If...
Let us know if this is still a concern with `@apollo/client@latest` - thanks!
Would someone mind trying things with `@apollo/client@beta` to see if this still happens? If so, would you mind firing over a small runnable reproduction? Thanks!
Thanks for the repro @pulkit110. I have a feeling this issue is being caused by `graphql.macro`, not Apollo Client. To test this theory try replacing your use of `graphql.macro` with...
Thanks for the great discussion here @jedwards1211. We'd like to keep issues here for bugs only, so I'm going to transfer this issue over to our FR repo. Thanks again!
👋 @iCarossio - thanks for this; if you can sign the CLA we'll get this merged.
Thanks @iCarossio - very bizarre. You've definitely signed, so I'll override/merge.
This was recently added to the AS4 docs: https://github.com/apollographql/apollo-server/pull/6904
👋 @rkoron007 - just touching base on this one; do you think this can be closed? Thanks!
Thanks for this PR @moretti. We're a bit sensitive to bundle sizes, so adding new external `dependencies` to improve error messages isn't something that we're keen on doing. Any ideas...