get_type_details
Retrieve fields of a specified GraphQL type to determine which fields to include in your query.
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. 'Repository', 'User', 'Issue' |