Module graphql

Module graphql 

Source
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§

GraphQlConfig
Configuration for GraphQlService.
GraphQlService
ScrapingService adapter for GraphQL APIs.