Skip to main content

Crate faucet_source_graphql

Crate faucet_source_graphql 

Source
Expand description

§faucet-source-graphql

A config-driven GraphQL API source with cursor-based pagination, JSONPath record extraction, and pluggable authentication.

Re-exports§

pub use config::GraphqlAuth;
pub use config::GraphqlPagination;
pub use config::GraphqlStreamConfig;
pub use stream::GraphqlStream;

Modules§

config
GraphQL source configuration.
stream
GraphQL stream executor.

Enums§

FaucetError
All possible errors returned by faucet-stream.

Traits§

Source
A source fetches records from an external system.