Skip to content

Commit a32a2e6

Browse files
committed
Repro
1 parent 7af5a63 commit a32a2e6

File tree

6 files changed

+354
-91
lines changed

6 files changed

+354
-91
lines changed

apollo.config.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module.exports = {
2+
client: {
3+
service: {
4+
name: 'guide-api',
5+
url: 'https://api.graphql.guide/graphql',
6+
},
7+
includes: [
8+
'src/**/*.vue',
9+
'src/**/*.js',
10+
],
11+
},
12+
}

0 commit comments

Comments
 (0)