apollo-kotlin
Toggle table of contents
5.0.0-alpha.4-SNAPSHOT
Select version
5.0.0-alpha.4-SNAPSHOT
4.2.0
3.8.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
apollo-kotlin
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