mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-19 22:00:20 -06:00
6 lines
231 B
JavaScript
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
|
|
}
|