String Response
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.
Wraps the response and error received from a query or mutation as a string.