IrFragment
data class IrFragment(val typeCondition: String, val possibleTypes: List<String>, val condition: BooleanExpression<BVariable>, val selectionSetName: String?, val name: String?) : IrSelection
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The name of the IrSelectionSet that contains the IrSelection for this inline fragment or null for fragments spreads (because the IrSelectionSet is defined in the fragment
Link copied to clipboard