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
Compiled
Fragment
class
CompiledFragment
:
CompiledSelection
A compiled inline fragment or fragment spread
Members
Types
Builder
Link copied to clipboard
class
Builder
(
val
typeCondition
:
String
,
val
possibleTypes
:
List
<
String
>
)
Properties
condition
Link copied to clipboard
val
condition
:
List
<
CompiledCondition
>
possible
Types
Link copied to clipboard
val
possibleTypes
:
List
<
String
>
selections
Link copied to clipboard
val
selections
:
List
<
CompiledSelection
>
type
Condition
Link copied to clipboard
val
typeCondition
:
String