GraphQL Type Fields
get_type_fieldsRetrieve all available fields for a specified GraphQL type from the GitLab API schema. Provides field names and types for exploration.
Instructions
List available fields on a GraphQL type using introspected schema (requires schema to be introspected)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| typeName | Yes | GraphQL type name (e.g., "Project") | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |