Closed
Description
Story
As a user or client or server
I want some feature
I want to add to the context values the response of the route, because it is usefull for set cookies for example.
So that some value
I want to add to the context values the response of the route, because it is usefull for set cookies for example.
Acceptance criteria
Something like this:
createHandler({
schema,
context: (req, res, params) => ({ req, res, params })
})