get_type_details
Retrieve all fields of a GraphQL type by providing the type name, enabling precise field selection 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' |