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
The GraphQL playground uses http://localhost:<port> by default for the defaultEndpointUrl.
We should use the same window.location protocol and host values as the one used by the user at runtime (using js) to avoid CORS and make sure we use the same address/host name that the user defined.
The text was updated successfully, but these errors were encountered:
The GraphQL playground uses
http://localhost:<port>
by default for thedefaultEndpointUrl
.We should use the same
window.location
protocol and host values as the one used by the user at runtime (using js) to avoid CORS and make sure we use the same address/host name that the user defined.The text was updated successfully, but these errors were encountered: