toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-api
/
com.apollographql.apollo.api
/
CompiledFragment
/
Builder
Builder
class
Builder
(
val
typeCondition
:
String
,
val
possibleTypes
:
List
<
String
>
)
Members
Constructors
Builder
Link copied to clipboard
constructor
(
typeCondition
:
String
,
possibleTypes
:
List
<
String
>
)
Properties
condition
Link copied to clipboard
var
condition
:
List
<
CompiledCondition
>
possible
Types
Link copied to clipboard
val
possibleTypes
:
List
<
String
>
selections
Link copied to clipboard
var
selections
:
List
<
CompiledSelection
>
type
Condition
Link copied to clipboard
val
typeCondition
:
String
Functions
build
Link copied to clipboard
fun
build
(
)
:
CompiledFragment
condition
Link copied to clipboard
fun
condition
(
condition
:
List
<
CompiledCondition
>
)
:
CompiledFragment.Builder
selections
Link copied to clipboard
fun
selections
(
selections
:
List
<
CompiledSelection
>
)
:
CompiledFragment.Builder