GraphQL Type Fields
get_type_fieldsRetrieve all fields for a specified GraphQL type using an introspected schema, enabling exploration of GitLab's GraphQL API structure.
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) |