SubscriptionParser

A SubscriptionParser transforms JSON responses contained in WebSocket messages into parsed ApolloResponse

Functions

Link copied to clipboard
abstract fun parse(response: ApolloJsonElement): ApolloResponse<D>?