//! # faucet-source-graphql
//!//! A config-driven GraphQL API source with cursor-based pagination,
//! JSONPath record extraction, and pluggable authentication.
pubmodconfig;pubmodstream;pubusefaucet_core::{FaucetError, Source};pubuseconfig::GraphqlStreamConfig;pubusestream::GraphqlStream;