PersistedQuery

@Serializable
data class PersistedQuery(val sha256Hash: String, val version: Int)(source)

Deprecated

Legacy APQ extension payload of the QueryContainer flow. Use GraphQLOperationRequest.withPersistedQuery on the neutral request contract instead.

Contents of a PersistedQuery extension inside a QueryContainer

Legacy: part of the deprecated QueryContainerBuilder flow in :compat. New code should use co.anitrend.retrofit.graphql.model.request.GraphQLOperationRequest.withPersistedQuery on the backend-neutral co.anitrend.retrofit.graphql.model.request.GraphQLOperationRequest.

See also

Constructors

Link copied to clipboard
constructor(sha256Hash: String, version: Int)

Properties

Link copied to clipboard
Link copied to clipboard