graphql_introspect
Introspect a GraphQL schema from an endpoint: provide URL, optional custom headers, and choose to include deprecated fields.
Instructions
Introspect a GraphQL schema from an endpoint with configurable headers
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | GraphQL endpoint URL (can be omitted to use default) | |
| headers | No | Additional headers to include in the request (will be merged with default headers) | |
| includeDeprecated | No | Whether to include deprecated fields |