mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-25 01:09:52 -06:00
13 lines
327 B
JavaScript
13 lines
327 B
JavaScript
// For use with Apollo Extension for VSCode:
|
|
// https://www.apollographql.com/docs/devtools/editor-plugins/
|
|
module.exports = {
|
|
client: {
|
|
service: {
|
|
name: 'cypress-io',
|
|
localSchemaFile: './packages/graphql/schema.graphql',
|
|
},
|
|
tagName: 'gql',
|
|
includes: ['./packages/launchpad/src/**/*.vue'],
|
|
},
|
|
}
|