Graphql Subscription connectionParams
Reading the documentation I cannot find a way to pass connectionParams in subscriptions.
We use connectionParams for authorization. Did I miss something or there is no way to pass connectionParams ?
Hi! Apologies for the delay in response. Are you looking to pass headers? If you are - you can do that with the headers option.
If you are looking to set these on an Embedded Explorer, you can do that from the shared headers in the connection settings on your graph as well.
Same question, when I open Connection settings these aren't editable. I'd like to somehow be able to configure that Subscription Endpoint string
Hi - you can pass initialSubscriptionEndpoint to your EmbeddedSandbox instance to configure the subscription endpoint, thank you!