postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.83k stars 838 forks source link

Mock collection that consists of GraphQL requests #11932

Open jonesmo opened 1 year ago

jonesmo commented 1 year ago

Is there an existing request for this feature?

Is your feature request related to a problem?

Setting up a mock server that can mock GraphQL requests requires more manual steps than mocking a collection of REST requests.

Describe the solution you'd like

I would like to mock a collection of GraphQL requests as easily as I can mock a collection of REST requests. It would be great if a mock server could be created either based on the GraphQL schema introspected in an existing request or by providing an explicit schema or schema file.

Describe alternatives you've considered

No response

Additional context

No response

SterlingChin commented 1 year ago

This is currently on our roadmap!