Package-level declarations

Types

Link copied to clipboard
data class PersistedQuery(val sha256Hash: String, val version: Int)

Contents of a PersistedQuery extension inside a QueryContainer

Link copied to clipboard
class PersistedQueryUrlParameterBuilder(queryContainer: QueryContainer = QueryContainer(), gson: Gson)

Query & Variable builder for URL parameter based GET requests

Link copied to clipboard
data class PersistedQueryUrlParameters(val extensions: String, val operationName: String, val variables: String)

Data for persisted queries where query content is sent as query parameters in the URL instead of a json formatted body

Link copied to clipboard

GraphQL request that follows the common GraphQL HTTP request format

Link copied to clipboard
open class QueryContainerBuilder(queryContainer: QueryContainer = QueryContainer()) : Parcelable

Query & Variable builder for graph requests