With openId connect you dont have your auth token until later. This repo does have a way to set the bearer token at run time however the repo breaks when it cannot authenticate the graphQL server at run time due to it not having an auth token yet
The solution you'd like
make a that allows for the graphql to link when it has all the required info and not just a build time
Your use case
With openId connect you dont have your auth token until later. This repo does have a way to set the bearer token at run time however the repo breaks when it cannot authenticate the graphQL server at run time due to it not having an auth token yet
The solution you'd like
make a that allows for the graphql to link when it has all the required info and not just a build time
Possible alternatives
No response
Additional information
No response