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§

GraphqlOffsetPagination
Offset-into-query-variable pagination (ShopifyQL and similar).
GraphqlPagination
Cursor-based pagination configuration for GraphQL.
GraphqlStream
A configured GraphQL source that handles pagination and extraction.
GraphqlStreamConfig
Configuration for the GraphQL source.
TlsClientConfig
Client-certificate (mutual TLS) configuration for the HTTP sources.

Enums§

FaucetError
All possible errors returned by faucet-stream.
GraphqlAuth
Authentication for GraphQL endpoints.
GraphqlPaginationSpec
Pagination style for the GraphQL source.
OffsetPaginationKind
Discriminator for GraphqlOffsetPagination; serializes as "Offset".

Traits§

Source
A source fetches records from an external system.