Package-level declarations
Types
Link copied to clipboard
class GsonFactoryExt
Based on the GsonFactory in the AmplifyFramework. Includes all builder adjustments from that factory plus one of our own.
Link copied to clipboard
Functions
Link copied to clipboard
fun <T : Subscription<D>, D : Subscription.Data> SimpleGraphQLRequest<D>.subscribe(apiCategory: ApiCategory, parserBuilder: () -> T, onSubscriptionEstablished: Consumer<GraphQLResponse<D>>, onSubscription: Consumer<GraphQLResponse<D>>, onSubscriptionCompleted: Action, onFailure: Consumer<ApiException>, variablesSerializer: GraphQLRequest.VariablesSerializer? = null): GraphQLOperation<D>?