Skip to content

Commit f3342a9

Browse files
alloyorta
authored andcommitted
[vscode] Configuration for the vscode-apollo extension (#1618)
1 parent 579e462 commit f3342a9

3 files changed

Lines changed: 28 additions & 385 deletions

File tree

apollo.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
// Configuration for the vscode-apollo extension.
2+
module.exports = {
3+
client: {
4+
service: {
5+
name: "local",
6+
localSchemaFile: "data/schema.graphql",
7+
},
8+
includes: ["src/**/*.{ts,tsx,graphql}"],
9+
excludes: ["**/node_modules", "**/__tests__"],
10+
tagName: "graphql",
11+
},
12+
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"@babel/preset-env": "^7.0.0",
6666
"@babel/preset-react": "^7.0.0",
6767
"@babel/preset-typescript": "^7.0.0",
68-
"@playlyfe/gql": "^2.3.2",
6968
"@storybook/addon-info": "^4.0.0-alpha.24",
7069
"@storybook/addon-options": "^4.0.0-alpha.24",
7170
"@storybook/addons": "^4.0.0-alpha.24",

0 commit comments

Comments
 (0)