graphql/mesh/docs/guides/headers #5428
Replies: 3 comments 5 replies
-
This is my .meshrc.yml file - sources:
How I pass token without write Bearer in Authorization ? |
Beta Was this translation helpful? Give feedback.
-
if you would like to forward request/response headers in specific scenario of nodejs application, you may try this header forward plugin. |
Beta Was this translation helpful? Give feedback.
-
Is there also a way to use a basic if/then statement like this: I tried it out but that doesn't seem to work. Any other alternative to achieve something like this? |
Beta Was this translation helpful? Give feedback.
-
graphql/mesh/docs/guides/headers
Learn how to set headers in GraphQL Mesh! Configure schemaHeaders and operationHeaders to control headers for schema introspection and operation execution. Use dynamic values for authentication.
https://the-guild.dev/graphql/mesh/docs/guides/headers
Beta Was this translation helpful? Give feedback.
All reactions