Getting Started
Installation
Ensure you have Storybook installed and working.
Install the mocking dependencies
Usage
Create an array of mocked queries
The interface:
example
Use the globalMockUrql() function in your Storybook configuration:
Write tests
Now any test containing queries will be mocked. Happy testing!