convert
Converts a raw ResponseBody into a decoded GraphQL response.
Return
The decoded value of type T.
Parameters
responseBody
The Retrofit response body received from the network.
Throws
when the response body cannot be read.
when the codec fails to deserialize the response.