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 6179ee2 commit 67432faCopy full SHA for 67432fa
src/index.ts
@@ -70,6 +70,8 @@ export default async (req: Request, context: Context) => {
70
context: {
71
headers: {
72
"Content-Type": "application/json",
73
+ "apollographql-client-name": "custom-checks-example",
74
+ "apollographql-client-version": "0.0.1",
75
"x-api-key": apiKey
76
}
77
@@ -127,6 +129,8 @@ export default async (req: Request, context: Context) => {
127
129
128
130
131
132
133
134
135
136
0 commit comments