We have been working on introducing native support for GraphQL queries in Postman. This is now available for early access on the Postman Canary channel.
This version supports,
Sending GraphQL queries in request body as POST requests
Query autocompletion integrated with user defined GraphQL schemas, Coming Soon!
You can download the latest version of the canary channel here. We would love to hear your feedback on ways we can improve working with GraphQL in Postman.
Hey, really appreciate the support for GraphQL. It is really great.
Is there a way to use Introspection query to fetch Schema and validate on the fly?
The way GraphiQL or GraphQL Playground ( https://github.com/prisma/graphql-playground ) does it?
really nice work with this one, I appreciate a lot what you guys did putting GraphQL on Postman. I can now think on using an unique tool to work with my endpoints while development a project.
It would be great to have the ability to recover schemes using introspection, specially in a development environment.
Also it would be interesting if we have auto-completion, type and syntax checking as other tools have as basic features.
Hey there @padiazg - Looks like someone opened a feature request for introspection.
Feel free to weigh in on your specific use case(s) there, or open up a new feature request if you’re suggesting stuff that’s not covered already.
Hi
Could you help me with Graph schema? I loaded schema, chose it for my collection, but autocomplete doesn’t work. I don’t understand what I did wrong.
Hi,
thanks for this! Is there other form of autocompletion? Now, you must know piece of query arguments to list it. Like on your screen- you type ‘a’ and get a list. It will be very useful to know all possibilities by using ctrl, alt, alt + a etc.