GraphResponseConverter

constructor(type: Type?, json: GraphQLJson)(source)

Parameters

type

The target deserialization type including parameterized type info (e.g. GraphContainer<Foo>). Must not be null when called from Retrofit.

json

Pluggable GraphQLJson instance for deserialization.