Skip to content

Commit bc84a4c

Browse files
committed
🔨 Sånn var det det skulle være 🙂
1 parent 8d5edde commit bc84a4c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

graphql-codegen.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
overwrite: true
2-
schema: 'http://localhost:8080/graphql'
2+
schema:
3+
'http://localhost:8080/graphql':
4+
headers:
5+
Authorization: "Bearer ${BEARER_TOKEN}"
36
documents: 'src/io/graphql/**/*.graphql'
47
config:
58
scalars:

0 commit comments

Comments
 (0)