Package-level declarations

Types

Link copied to clipboard

Functions

Link copied to clipboard
fun Response<*>?.getError(): List<GraphError>?

Converts the response error response into an object.

fun Response<*>?.getError(json: GraphQLJson): List<GraphError>?

Converts the response error response into an object using the provided GraphQLJson.