guide
guide copied to clipboard
📖 The GraphQL Guide website
Tracking https://github.com/apollographql/apollo-client/issues/7321 [Repro](https://github.com/GraphQLGuide/guide/blob/repro-rollback-fail) branches from 16. We switch from writeQuery to evict in branch 17.
When `viewedSection` mutation response arrives, an unnecessary `SectionContent` query is sent.
https://github.com/apollographql/apollo-client/issues/6375
Tracking https://github.com/apollographql/apollo-client/issues/7061
And email book to Stripe email in addition to GH email
We say it's best practice to use a single input type as an argument, and then we do this: ```gql type Mutation { createUser(user: CreateUserInput!, secretKey: String!): User } ```...