Files
apollo/packages/test-e2e/apollo-server/mocks.js
T
2019-11-08 19:59:27 +01:00

6 lines
231 B
JavaScript

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