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 download a remote GraphQL server's schema with the following command. When the command succeeds, you should see a new file named schema.json in the current working directory.
schema.json
~$ npx apollo-cli download-schema $GRAPHQL_URL --output schema.json