Files
apollo/tests/ssr/apollo-server/mocks.js
T
Guillaume Chau 6afceecd32 test(e2e): SSR
2019-10-21 12:15:25 +02:00

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
}