GraphQL
Domain: graphql
GraphQL discovery, extraction, replay, and introspection tooling.
Profiles
- workflow
- full
Typical scenarios
- Run schema introspection
- Extract queries and mutations from traces
- Replay GraphQL requests
Common combinations
- network + graphql
Representative tools
call_graph_analyze— Analyze runtime function call graph from in-page tracesscript_replace_persist— Persistently replace matching script responses via request interceptiongraphql_introspect— Run GraphQL introspection query against a target endpointgraphql_extract_queries— Extract GraphQL queries/mutations from captured network tracesgraphql_replay— Replay a GraphQL operation with optional variables via in-page fetch
Full tool list (5)
| Tool | Description |
|---|---|
call_graph_analyze | Analyze runtime function call graph from in-page traces |
script_replace_persist | Persistently replace matching script responses via request interception |
graphql_introspect | Run GraphQL introspection query against a target endpoint |
graphql_extract_queries | Extract GraphQL queries/mutations from captured network traces |
graphql_replay | Replay a GraphQL operation with optional variables via in-page fetch |