Graph QLClient
interface GraphQLClient
The most basic GraphQL client, capable of executing queries, mutations and subscriptions.
Inheritors
Properties
Functions
Link copied to clipboard
abstract fun <D : ERROR CLASS: Symbol not found for Subscription.Data> subscription(subscription: ERROR CLASS: Symbol not found for Subscription<D>): ERROR CLASS: Symbol not found for ApolloCall<D>
Prepare a subscription to be executed.
Link copied to clipboard
The URL of the GraphQL server subscription.