Expand description
GraphQL API adapter — generic ScrapingService for any GraphQL endpoint
GraphQL API adapter — a generic ScrapingService for any spec-compliant
GraphQL endpoint.
Handles the full request/response lifecycle: query execution, variable injection, GraphQL error-envelope parsing, Jobber-style cost/throttle metadata, cursor-based pagination, and pluggable auth strategies.
Target-specific knowledge (endpoint URL, version headers, default auth) is
supplied by a GraphQlTargetPlugin
resolved from an optional GraphQlPluginRegistry.
Structs§
- Graph
QlConfig - Configuration for
GraphQlService. - Graph
QlService ScrapingServiceadapter for GraphQL APIs.