GraphQLConverterFactory

constructor(codec: GraphQLTransportCodec, registry: GraphQLDocumentRegistry? = null)(source)

Parameters

codec

The explicit GraphQLTransportCodec used for every request and response conversion performed by this factory.

registry

Optional GraphQLDocumentRegistry, retained for API parity and the upcoming APQ phase. Never consulted while the neutral request carries its document.