Skip to content

Commit 4b30575

Browse files
committed
completed codegen authorization bug fix
1 parent 2ed2044 commit 4b30575

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

codegen.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
overwrite: true
2-
schema: "https://knyio2nl7d.execute-api.us-east-1.amazonaws.com/dev/graphql"
2+
schema:
3+
[
4+
{
5+
'https://18wi8h43il.execute-api.us-east-1.amazonaws.com/dev-flipted/graphql':
6+
{ headers: { Authorization: ${AUTH_TOKEN} } },
7+
},
8+
]
39
documents:
410
- src/hooks/*.graphql
511
generates:

0 commit comments

Comments
 (0)