**The cookies are absent in the request originating from Playground.** Here is a workaround: 1) Go to your GraphQl Playground 2) In the top right corner click on the gear icon (settings) 3) Change the following ``` { - "request.credentials": "omit", + "request.credentials": "same-origin", } ```