Closed ghost closed 5 years ago
Could you help me understand the following snippet:
context: async ({ req, connection }) => { if (connection) {...{...
How does connection get into the request? Without this the API always throws an authentication error.
Thanks!
Could you help me understand the following snippet:
context: async ({ req, connection }) => { if (connection) {...{...
How does connection get into the request? Without this the API always throws an authentication error.
Thanks!