Hi @Florian, what version of Dgraph you are using ?? I also see some types like Changeset and ToolTypes which are not defined.After removing those fields i am able to post schema on master branch.
I forget to delete this properties, I am sry for that.
As far as I can tell I am using v20.07.2, seen that in my ratel.
It’s running on windows without docker, if that can help you!
I try to delete them, and try it out.
Give me second =)
I am getting this error when I select GraphQL in the body. It’s working in binary and raw format.
You can post schema using the below curl request also . Try it and let me know if you face this issue using it also. curl -X POST localhost:8080/admin/schema --data-binary '@subs.graphql'
Strange!!! , Here is the screenshot of my Postman tab with the schema. The body is set to raw. Please check if you are missing something.i am trying it on 20.07.3.Can you confirm it on other dgraph versions??
you can try with other clients like insomnia or graphql playground.
And even better if you type this in your terminal curl -X POST localhost:8080/admin/schema --data-binary '@subs.graphql'