mocks.js 231 B

12345
  1. // Enable mocking in vue.config.js with `"pluginOptions": { "graphqlMock": true }`
  2. // Customize mocking: https://www.apollographql.com/docs/graphql-tools/mocking.html#Customizing-mocks
  3. module.exports = {
  4. // Mock resolvers here
  5. }