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.ir
/
IrObjectValue
/
Field
Field
@
Serializable
@
ApolloExperimental
data
class
Field
(
val
name
:
String
,
val
value
:
IrValue
)
Members
Constructors
Field
Link copied to clipboard
constructor
(
name
:
String
,
value
:
IrValue
)
Properties
name
Link copied to clipboard
val
name
:
String
value
Link copied to clipboard
val
value
:
IrValue