convert

open override fun convert(value: Any): RequestBody(source)

Converter for the request body. Dispatches to the appropriate handler based on the body type.

Parameters

value

The request body object (QueryContainerBuilder or GraphQLRequest).