toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
jvm
switch theme
search in API
apollo-compiler
/
com.apollographql.apollo.compiler.pqm
Package-level
declarations
Types
Functions
Types
Persisted
Query
Manifest
Link copied to clipboard
@
Serializable
class
PersistedQueryManifest
(
val
format
:
String
,
val
version
:
Int
,
val
operations
:
List
<
PqmOperation
>
)
Pqm
Operation
Link copied to clipboard
@
Serializable
class
PqmOperation
(
val
id
:
String
,
val
body
:
String
,
val
name
:
String
,
val
type
:
String
)
Functions
to
Persisted
Query
Manifest
Link copied to clipboard
fun
OperationOutput
.
toPersistedQueryManifest
(
)
:
PersistedQueryManifest