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 {
_
If you want to do it by your self, read these code:
There is a modular state-of-art tool 「graphql-cli」, consider looking at it. It uses package 「graphql」's buildClientSchema to build IDL .graphql file from introspection data.