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 feadc5f commit e70c1f1Copy full SHA for e70c1f1
1 file changed
src/index.ts
@@ -93,7 +93,7 @@ export const yoga = createYoga<Env>({
93
cors: {
94
origin: ["*"],
95
credentials: true,
96
- methods: ["POST"],
+ methods: ["POST", "GET", "OPTIONS"],
97
},
98
schema,
99
logging: "debug",
0 commit comments