cassandra-data-apis
cassandra-data-apis copied to clipboard
Use window.location for playground default endpoint
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.