tl;dr we released github.com/Escape-Technologies/graphman, a free and open source tool that generates a Postman collection for any GraphQL endpoint in seconds
We use GraphQL with Postman a lot in our team. GraphQL is pretty verbose and we found it quite painful to write all the queries by hand when interacting with any new endpoint.
So we created Graphman, a tiny utility that uses GraphQLโs introspection capability to generate a full Postman collection for any GraphQL endpoint.
Happy to release this to the community as a free and open source dev tool
Link to the repo: GitHub - Escape-Technologies/graphman: Quikly scaffold a postman collection for a GraphQL API. Compatible with Postman & Insomnia.
If you use GraphQL, feel free to help us by staring and contributing