-
Notifications
You must be signed in to change notification settings - Fork 15
Description
https://www.graphql-tools.com/docs/mocking#addmockstoschema
The strongly-typed nature of a GraphQL API lends itself extremely well to mocking. This is an important part of a GraphQL-First development process, because it enables frontend developers to build out UI components and features without having to wait for a backend implementation.
Even with a backend that is already built, mocking allows you to test your UI without waiting on slow database requests or building out a component harness with a tool like React Storybook.
Default mock exampleLet's take a look at how we can mock a GraphQL schema with just one line of code, using the default mocking logic you get out of the box with graphql-tools.
To start, let's grab the schema definition string from the makeExecutableSchema example in the "Generating a schema" article.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status