I’ve just set up a new graphql using docker-compose.
I’m using this config:
And I started that by running docker-compose up
I then have a schema file, called dgraphschema.graphql
It contains graphql syntax schema definitions.
When i use curl like so:
curl -X POST localhost:8080/admin/schema --data-binary '@dgraphschema.graphql'
All i get back is this:
Dgraph browser is available for running separately using the dgraph-ratel binary
I’ve tried zapping my dgraph installation by docker-compose rm
but that didn’t help.
I feel silly for running into this problem, but i can’t seem to get a schema up and running?
Halp?