QueryContainerBuilder

open class QueryContainerBuilder(queryContainer: QueryContainer = QueryContainer()) : Parcelable(source)

Deprecated

Legacy Parcelable request builder of the asset-based flow. Use GraphQLOperationRequest with the backend-neutral GraphQLConverterFactory instead.

Query & Variable builder for graph requests

Legacy: Android Parcelable-coupled builder of the deprecated asset-based request flow in :compat. New code should use the backend-neutral co.anitrend.retrofit.graphql.model.request.GraphQLOperationRequest.

Constructors

Link copied to clipboard
constructor(queryContainer: QueryContainer = QueryContainer())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Should only be called by the GraphQL converter after query resolution has been attempted.

Link copied to clipboard
Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
fun getVariable(key: String): Any?
Link copied to clipboard
Link copied to clipboard
fun putPersistedQueryHash(sha256Hash: String, version: Int = 1): QueryContainerBuilder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)