IrField
data class IrField(val name: String, val alias: String?, val type: IrTypeRef, val condition: BooleanExpression<BVariable>, val arguments: List<IrArgument>, val selectionSetName: String?) : IrSelection
Constructors
Link copied to clipboard
constructor(name: String, alias: String?, type: IrTypeRef, condition: BooleanExpression<BVariable>, arguments: List<IrArgument>, selectionSetName: String?)