6 lines
229 B
JavaScript
6 lines
229 B
JavaScript
// Enable mocking in vue.config.js with `"pluginOptions": { "enableMocks": true }`
|
|
// Customize mocking: https://www.apollographql.com/docs/graphql-tools/mocking.html#Customizing-mocks
|
|
export default {
|
|
// Mock resolvers here
|
|
}
|