Package-level declarations
Types
Link copied to clipboard
@Serializable
Default implementation of GQLError.
Link copied to clipboard
Simple wrapper class representing a header entry for a HTTP request.
Link copied to clipboard
class StringResponse(val data: String? = null, val errors: String? = null, val httpResponse: HttpResponse)
Wraps the response and error received from a query or mutation as a string.