api_graphql_introspect
Send an introspection query to a GraphQL endpoint to discover its schema, types, and available queries. Map the API surface to identify exposed data and potential vulnerabilities.
Instructions
Introspect a GraphQL endpoint to discover schema, types, and queries.
Args: url: GraphQL endpoint URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |