Queries
Queries
Introspection query
It’s often useful to ask a GraphQL schema for information about what features it supports. GraphQL allows us to do so using the introspection system.
Introspection queries are special kinds of queries that allow you to learn about a GraphQL API’s schema, and they also help power GraphQL development tools, like Postman. (see GraphQL API - Postman integration )
The other queries
PaginationErrorsgetPsoTypesgetPsoFieldsgetPsoRecordsLast updated

