OperationErrorServerMessage

There was an error with the operation that cannot be represented by a GraphQL response. This is a terminal message that terminates the subscription.

Parameters

payload

additional information regarding the error. It may represent a GraphQL error, but it doesn't have to.

Constructors

Link copied to clipboard
constructor(id: String, payload: ApolloJsonElement)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard