abhiaiyer91 / apollo-storybook-decorator

Wrap your storybook environment with Apollo Client, provide mocks for isolated UI testing with GraphQL
332 stars 34 forks source link

resolverValidationOptions-for-vue #69

Closed markus-heer closed 5 years ago

markus-heer commented 5 years ago

In order to pass resolverValidationOptions to apollo-storybook-core's createClient method, we need to accept the argument in the first place. This already worked for React, but not for Vue.