apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
jvm
Platform filter
jvm
Switch theme
Search in API
apollo-kdoc
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