We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d0f52 commit 30fb2b4Copy full SHA for 30fb2b4
examples/graphql/codegen.yml
@@ -1,6 +1,6 @@
1
overwrite: true
2
-schema: 'https://graphqlzero.almansi.me/api'
3
-documents: 'src/**/*.gql'
+schema: https://graphqlzero.almansi.me/api
+documents: src/**/*.gql
4
generates:
5
src/gen/graphql.tsx:
6
config:
@@ -14,6 +14,6 @@ generates:
14
preResolveTypes: true
15
# onlyOperationTypes: true
16
plugins:
17
- - 'typescript'
18
- - 'typescript-operations'
19
- - 'typescript-react-apollo'
+ - typescript
+ - typescript-operations
+ - typescript-react-apollo
0 commit comments