PersistedQueryManifest

@Serializable
class PersistedQueryManifest(val format: String, val version: Int, val operations: List<PqmOperation>)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
@JvmName(name = "writePersistedQueryManifest")
fun PersistedQueryManifest.writeTo(file: File)