Package-level declarations

Types

Link copied to clipboard
open class GraphRequestConverter(methodAnnotations: Array<out Annotation>, graphProcessor: AbstractGraphProcessor, json: GraphQLJson, registry: GraphQLDocumentRegistry? = null, type: Type? = null) : Converter<Any, RequestBody>

GraphQL request body converter and injector, uses method annotation for a given retrofit method.

Link copied to clipboard