Skip to main content

Module graphql

Module graphql 

Source
Available on crate features source-graphql and source-rest only.

Modules§

config
GraphQL source configuration.
stream
GraphQL stream executor.

Structs§

GraphqlPagination
Cursor-based pagination configuration for GraphQL.
GraphqlStream
A configured GraphQL source that handles pagination and extraction.
GraphqlStreamConfig
Configuration for the GraphQL source.

Enums§

FaucetError
All possible errors returned by faucet-stream.
GraphqlAuth
Authentication for GraphQL endpoints.

Traits§

Source
A source fetches records from an external system.