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.ir
/
IrTargetField
Ir
Target
Field
class
IrTargetField
(
val
name
:
String
,
val
targetName
:
String
,
val
isFunction
:
Boolean
,
val
type
:
IrType
,
val
arguments
:
List
<
IrTargetArgument
>
)
Members
Constructors
Ir
Target
Field
Link copied to clipboard
constructor
(
name
:
String
,
targetName
:
String
,
isFunction
:
Boolean
,
type
:
IrType
,
arguments
:
List
<
IrTargetArgument
>
)
Properties
arguments
Link copied to clipboard
val
arguments
:
List
<
IrTargetArgument
>
is
Function
Link copied to clipboard
val
isFunction
:
Boolean
name
Link copied to clipboard
val
name
:
String
target
Name
Link copied to clipboard
val
targetName
:
String
type
Link copied to clipboard
val
type
:
IrType