Functions
Default creator that uses a predefined Gson configuration.
Creates a GraphConverter that resolves operation documents from a build-time generated GraphQLDocumentRegistry without requiring an Android Context.
Creates a GraphConverter with the default GraphQLJson and a build-time generated GraphQLDocumentRegistry.
Allows you to provide your own Gson configuration which will be used when serialize or deserialize response and request bodies.
Creates a registry-first GraphConverter with a custom GraphQLJson instance and without requiring an Android Context.
Creates a registry-first GraphConverter with a custom Gson instance and without requiring an Android Context.
Creates a GraphConverter with a custom GraphQLJson instance and a build-time generated GraphQLDocumentRegistry.
Creates a GraphConverter with a custom Gson configuration and a build-time generated GraphQLDocumentRegistry.