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
/
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
)