PersistedQueryManifest

@JsonClass(generateAdapter = true)
class PersistedQueryManifest(    val format: String,     val version: Int,     val operations: List<PqmOperation>)

Constructors

Link copied to clipboard
fun PersistedQueryManifest(    format: String,     version: Int,     operations: List<PqmOperation>)

Properties

Link copied to clipboard
val format: String
Link copied to clipboard
val operations: List<PqmOperation>
Link copied to clipboard
val version: Int