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
/
PqmOperation
Pqm
Operation
@
Serializable
class
PqmOperation
(
val
id
:
String
,
val
body
:
String
,
val
name
:
String
,
val
type
:
String
)
Members
Constructors
Pqm
Operation
Link copied to clipboard
constructor
(
id
:
String
,
body
:
String
,
name
:
String
,
type
:
String
)
Properties
body
Link copied to clipboard
val
body
:
String
id
Link copied to clipboard
val
id
:
String
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
String