You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a need to dynamically determine the graphiqlOptions that should be used on a per request. This would mirror the semantics of graphqlOptions supporting a function.
This approach could also be used to address #399 by examining the incoming Host header to dynamically generate the subscriptionsEndpoint and/or endpointURL.
The text was updated successfully, but these errors were encountered:
We have a need to dynamically determine the
graphiqlOptions
that should be used on a per request. This would mirror the semantics ofgraphqlOptions
supporting a function.This approach could also be used to address #399 by examining the incoming Host header to dynamically generate the
subscriptionsEndpoint
and/orendpointURL
.The text was updated successfully, but these errors were encountered: