introspect-schema
Retrieve GraphQL schema details by introspecting the endpoint, enabling users to access schema information before executing queries. Supports custom headers and endpoint overrides.
Instructions
Introspect the GraphQL schema, use this tool before doing a query to get the schema information if you do not have it available as a resource already.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
endpoint | No | Optional: Override the default endpoint, the already used endpoint is: http://localhost:3000/graphql | |
headers | No | Optional: Add additional headers, the already used headers are: {} |