hydrateio / advanced-graphql-server-tutorial

Code examples for an advanced GraphQL server tutorial.
6 stars 2 forks source link

Implement and discuss mocking #20

Open zachlendon opened 5 years ago

zachlendon commented 5 years ago

https://www.apollographql.com/docs/graphql-tools/mocking.html provides a great baseline for mocking in GraphQL projects. The ability to mix and match mocks and real implementations though could use greater examples, as well as some thought leadership on how to update mocks as schemas change.

natergj commented 5 years ago

Were you thinking this would be a page on its own? Or something that would be interjected throughout the tutorial?