get_type_fields
Retrieve available GraphQL fields for a specific type in GitLab's schema to understand data structure and query capabilities.
Instructions
List available fields on a GraphQL type using introspected schema (requires schema to be introspected)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typeName | Yes | GraphQL type name (e.g., "Project") | |
| userCredentials | No | Your GitLab credentials (optional - uses shared token if not provided) |