apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api
/
CompiledFragment
Compiled
Fragment
common
class
CompiledFragment
:
CompiledSelection
Content copied to clipboard
A compiled inline fragment or fragment spread
Types
Properties
Types
Builder
Link copied to clipboard
common
class
Builder
(
val
typeCondition
:
String
,
val
possibleTypes
:
List
<
String
>
)
Content copied to clipboard
Properties
condition
Link copied to clipboard
common
val
condition
:
List
<
CompiledCondition
>
Content copied to clipboard
possible
Types
Link copied to clipboard
common
val
possibleTypes
:
List
<
String
>
Content copied to clipboard
selections
Link copied to clipboard
common
val
selections
:
List
<
CompiledSelection
>
Content copied to clipboard
type
Condition
Link copied to clipboard
common
val
typeCondition
:
String
Content copied to clipboard