GraphConverter

constructor(graphProcessor: AbstractGraphProcessor, json: GraphQLJson, registry: GraphQLDocumentRegistry? = null)(source)

Parameters

graphProcessor

Processor used for asset-based lookup. Registry-only factory overloads provide a no-op implementation when no asset fallback is required.

json

Pluggable GraphQLJson instance used for request and response serialization. Replaces the v2.x gson: Gson parameter.

registry

Optional GraphQLDocumentRegistry for build-time generated operation documents.