GraphRequestConverter

constructor(methodAnnotations: Array<out Annotation>, graphProcessor: AbstractGraphProcessor, json: GraphQLJson, registry: GraphQLDocumentRegistry? = null, type: Type? = null)(source)

Parameters

methodAnnotations

Annotations applied to the Retrofit method.

graphProcessor

The processor used for asset-based query resolution.

json

Pluggable GraphQLJson instance for request body serialization.

registry

Optional registry providing build-time generated documents and hashes.

type

The type of the request body parameter, including parameterized type info (e.g. GraphQLRequest). May be null when constructed outside Retrofit.