get_type_details
Retrieve the fields of a specified GraphQL type to construct accurate field selections for queries.
Instructions
Get fields of a specific GraphQL type to know what to put in __fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typeName | Yes | GraphQL type name, e.g. 'Machine', 'WorkOrder', 'Shift' |