Execute GraphQL queries with specified variables and headers using a configurable endpoint. Simplifies interaction with GraphQL servers for data retrieval and manipulation.
Execute GraphQL queries against Sitecore web endpoints to retrieve and manage content, templates, workflows, and other CMS data through structured API calls.
Execute a GraphQL query against Contentful's GraphQL API to retrieve content flexibly and efficiently, supporting variables and optional space or environment overrides.
Retrieve the authenticated user's profile including id, username, name, bio, and follower/following counts from the Medium dashboard API. Use this to obtain identity context for downstream operations.
Retrieve content-bearing API responses (JSON, GraphQL, NDJSON) captured during webpage navigation, filtered by host or navigation ID, to extract data directly from SPAs.
Retrieve monthly progress snapshots for financial goals, showing current and target amounts, daily data, and contributions. Filter by goal ID or month range for detailed tracking.
Parse captured JSON/API/network responses into structured objects with fields, scores, and provenance. Use after navigation when raw body preview is too noisy.
Create API specifications in Postman Spec Hub with support for OpenAPI, AsyncAPI, Protobuf, and GraphQL. Define single or multi-file specs with nested folders.
Discover undocumented GraphQL fields by analyzing suggestion errors and probing for sensitive field names. This tool sends read-only queries to reveal hidden type information for security testing.
Discover GraphQL API schemas by running introspection queries to enumerate all types, fields, queries, and mutations, including hidden or undocumented elements.