How to query schema{}

Just run

schema{}

In Ratel or something.

Or cURL

curl -H "Content-Type: application/graphql+-" localhost:8081/query -XPOST -d ' schema{} '

You can add in the end | python -m json.tool | less