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