GraphQLRequestEncodingException
class GraphQLRequestEncodingException(val operationName: String, val requestType: Type, message: String, cause: Throwable? = null) : GraphQLTransportCodecException(source)
Thrown when GraphQLTransportCodec.encodeRequest fails to serialize a request.
Carries the operation and type context needed by runtime code to build a useful error message or log entry.
Properties
Link copied to clipboard
The operation name of the failed request.
Link copied to clipboard
The complete Type of the failed request, including generic arguments.