apollo-kotlin
3.8.2
apollo-compiler
/
com.apollographql.apollo3.compiler.pqm
/
PqmOperation
Pqm
Operation
@
JsonClass
(
generateAdapter
=
true
)
class
PqmOperation
(
val
id
:
String
,
val
body
:
String
,
val
name
:
String
,
val
type
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Pqm
Operation
Link copied to clipboard
fun
PqmOperation
(
id
:
String
,
body
:
String
,
name
:
String
,
type
:
String
)
Content copied to clipboard
Properties
body
Link copied to clipboard
val
body
:
String
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard