Package com.apollographql.apollo3.compiler.pqm

Types

Link copied to clipboard
@JsonClass(generateAdapter = true)
class PersistedQueryManifest(    val format: String,     val version: Int,     val operations: List<PqmOperation>)
Link copied to clipboard
@JsonClass(generateAdapter = true)
class PqmOperation(    val id: String,     val body: String,     val name: String,     val type: String)

Functions

Link copied to clipboard