We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5edde commit bc84a4cCopy full SHA for bc84a4c
graphql-codegen.yml
@@ -1,5 +1,8 @@
1
overwrite: true
2
-schema: 'http://localhost:8080/graphql'
+schema:
3
+ 'http://localhost:8080/graphql':
4
+ headers:
5
+ Authorization: "Bearer ${BEARER_TOKEN}"
6
documents: 'src/io/graphql/**/*.graphql'
7
config:
8
scalars:
0 commit comments