Replies: 1 comment 3 replies
-
You should be able to set headers through the ASP.NET Core |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to return values in the Response HEADER from the Query / Mutation resolver.
For example, we have a "login" GraphQL query, which returns a dataset in the normal response body, but I want to return a "session token" which is then used in any subsequent query / mutation requests.
I would rather return this token in the Header, rather than as an extension to the dataset in the response body.
Beta Was this translation helpful? Give feedback.
All reactions