provider/gql/base library

Classes

GraphQlClient
Wrapper around GraphQLClient used to implement middleware capabilities.
GraphQlProviderBase
Base GraphQl provider.
RawClientOptions
Options for raw GraphQlClient instance.
SubscriptionConnection
Wrapper around a Stream, representing an ongoing GraphQL subscription with an ability to add errors to it.
SubscriptionHandle
Steady StreamController listening to the provided GraphQL subscription events and resubscribing on the errors.