Is it possible to add localhost
or hostname
as CORS origin using free account on the cloud?
Dgraph.Allow-Origin “http://localhost”
I need to connect to the GraphQL
endpoint using ApolloClient
from a React App running locally.
BTW. It is working using postman and through https://cloud.dgraph.io/_/explorer
.