I don’t know what a schema is in Postman so I don’t know how to help you, sorry. If you go here you can see the code I am currently using to make the HTTP requests, and you can grep around in that codebase to find calls to send_query, which will give you the GraphQL queries I use.
GraphQL beginner here: Where do I find the schema that I can import to Postman to inspect it there?
I don’t know what a schema is in Postman so I don’t know how to help you, sorry. If you go here you can see the code I am currently using to make the HTTP requests, and you can grep around in that codebase to find calls to send_query, which will give you the GraphQL queries I use.