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> subscription(subscription: <Error class: unknown class><D>): <Error class: unknown class><D>
Prepare a subscription to be executed.
Link copied to clipboard
The URL of the GraphQL server subscription.