convert
Converts a GraphQLOperationRequest into a JSON request body.
Return
The serialized JSON RequestBody.
Parameters
value
The request body object. Must be a GraphQLOperationRequest; any other type fails with IllegalArgumentException.
Throws
when value is not a GraphQLOperationRequest.
when the codec fails to serialize the request.