get_field_details
Retrieve detailed information about a specific GraphQL query or mutation field, including its arguments and type. Specify the field name and operation type to get the schema details you need.
Instructions
Get detailed information about a specific query or mutation field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | GraphQL endpoint URL (default: http://localhost:5555/graphql) | |
| password | No | Password for basic auth (optional) | |
| username | No | Username for basic auth (optional) | |
| field_name | Yes | Name of the field to get details for | |
| bearer_token | No | Bearer token (optional) | |
| operation_type | No | Type of operation (query or mutation) | query |