I want to get the schema from the server. I can get all entities with the types but I\'m unable to get the properties.
Getting all types:
query { _
You can use the Hasura's graphqurl utility
graphqurl
npm install -g graphqurl gq --introspect > schema.graphql # or if you want it in json gq --introspect --format json > schema.json
Full documentation: https://github.com/hasura/graphqurl