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 2ed2044 commit 4b30575Copy full SHA for 4b30575
codegen.yml
@@ -1,5 +1,11 @@
1
overwrite: true
2
-schema: "https://knyio2nl7d.execute-api.us-east-1.amazonaws.com/dev/graphql"
+schema:
3
+ [
4
+ {
5
+ 'https://18wi8h43il.execute-api.us-east-1.amazonaws.com/dev-flipted/graphql':
6
+ { headers: { Authorization: ${AUTH_TOKEN} } },
7
+ },
8
+ ]
9
documents:
10
- src/hooks/*.graphql
11
generates:
0 commit comments