apollo-kdoc
Toggle table of contents
5.0.0-SNAPSHOT
Select version
5.0.0-SNAPSHOT
4.2.0
3.8.2
jvm
Platform filter
jvm
Switch theme
apollo-kdoc
apollo-compiler
/
com.apollographql.apollo.compiler.ir
/
IrField
/
IrField
Ir
Field
constructor
(
name
:
String
,
alias
:
String
?
,
type
:
IrTypeRef
,
condition
:
BooleanExpression
<
BVariable
>
,
arguments
:
List
<
IrArgument
>
,
selectionSetName
:
String
?
)