apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api
/
UnionType
Union
Type
common
class
UnionType
(
val
name
:
String
,
val
members
:
ObjectType
)
:
CompiledNamedType
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Union
Type
Link copied to clipboard
common
fun
UnionType
(
name
:
String
,
vararg
members
:
ObjectType
)
Content copied to clipboard
Functions
leaf
Type
Link copied to clipboard
common
open
override
fun
leafType
(
)
:
CompiledNamedType
Content copied to clipboard
raw
Type
Link copied to clipboard
common
open
override
fun
rawType
(
)
:
CompiledNamedType
Content copied to clipboard
Properties
members
Link copied to clipboard
common
val
members
:
Array
<
out
ObjectType
>
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard