You can use introspection to query the API schema directly and learn about supported queries.
The following examples show how you can use introspection to learn about the Jamf Protect API
Introspection | Description |
|---|---|
| Get all supported query and mutation field names and descriptions |
| Return all object types in the GraphQL schema |
| Return all the supported fields in the Computer type with their name and description |
For more information about introspection, see Introspection on the GraphQL Foundation website.