Skip to content

Commit 30fb2b4

Browse files
committed
refactor(graphql): remove commas from config
https://github.com/martis-git/learn-frontend/issues/279
1 parent e4d0f52 commit 30fb2b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/graphql/codegen.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
overwrite: true
2-
schema: 'https://graphqlzero.almansi.me/api'
3-
documents: 'src/**/*.gql'
2+
schema: https://graphqlzero.almansi.me/api
3+
documents: src/**/*.gql
44
generates:
55
src/gen/graphql.tsx:
66
config:
@@ -14,6 +14,6 @@ generates:
1414
preResolveTypes: true
1515
# onlyOperationTypes: true
1616
plugins:
17-
- 'typescript'
18-
- 'typescript-operations'
19-
- 'typescript-react-apollo'
17+
- typescript
18+
- typescript-operations
19+
- typescript-react-apollo

0 commit comments

Comments
 (0)