CompiledFragment

class CompiledFragment : CompiledSelection

A compiled inline fragment or fragment spread

Types

Builder
Link copied to clipboard
common
class Builder(typeCondition: String, possibleTypes: List<String>)

Properties

condition
Link copied to clipboard
common
val condition: List<CompiledCondition>
possibleTypes
Link copied to clipboard
common
val possibleTypes: List<String>
selections
Link copied to clipboard
common
val selections: List<CompiledSelection>
typeCondition
Link copied to clipboard
common
val typeCondition: String