TypeGraphQL-Typegoose-GraphQL-Tutorial
TypeGraphQL-Typegoose-GraphQL-Tutorial copied to clipboard
Playground cookie issue
The cookies are absent in the request originating from Playground.
Here is a workaround:
-
Go to your GraphQl Playground
-
In the top right corner click on the gear icon (settings)
-
Change the following
{
- "request.credentials": "omit",
+ "request.credentials": "same-origin",
}