This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Replies: 1 comment
-
Yes, it will work. The variables set in the "HTTP headers" tab will be sent to the server as the payload of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey All,
I am using playground embedded by accessing at root
/playground
, I am checking for a solution on how to set the bearer token based dynamically, current documentation shows, we can set the static token in .yml file like below, however i wanted to set the token programmatically since the token changes based on the user roles and when i navigate to/playground
the token should set like below image, please let me know if this is possible? if so please provide a code sample for it. Thanks.https://github.com/graphql-java-kickstart/graphql-spring-boot#enable-graphql-playground
Beta Was this translation helpful? Give feedback.
All reactions