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
/
PersistedQueryManifest
Persisted
Query
Manifest
@
Serializable
class
PersistedQueryManifest
(
val
format
:
String
,
val
version
:
Int
,
val
operations
:
List
<
PqmOperation
>
)
Members
Members & Extensions
Constructors
Persisted
Query
Manifest
Link copied to clipboard
constructor
(
format
:
String
,
version
:
Int
,
operations
:
List
<
PqmOperation
>
)
Properties
format
Link copied to clipboard
val
format
:
String
operations
Link copied to clipboard
val
operations
:
List
<
PqmOperation
>
version
Link copied to clipboard
val
version
:
Int
Functions
write
To
Link copied to clipboard
@
JvmName
(
name
=
"writePersistedQueryManifest"
)
fun
PersistedQueryManifest
.
writeTo
(
file
:
File
)