Slide 15
Slide 15 text
Introspection and manual importing GraphQL Schema
To enable auto-completion and Query explorer, your request needs a GraphQL schema. Postman
support GraphQL introspection and manual importing GraphQL schemas.
Automatic fetch (introspection) Manual Import
You can manually import GraphQL schema in
APIs in the sidebar
Postman will automatically fetch a schema based on
the request URL, using GraphQL introspection