IrOperationDefinition

@Serializable
data class IrOperationDefinition(    val name: String,     val operationType: IrOperationType,     val typeCondition: String,     val variables: List<IrVariable>,     val description: String?,     val selectionSets: List<IrSelectionSet>,     val sourceWithFragments: String,     val normalizedFilePath: String,     val dataProperty: IrProperty,     val dataModelGroup: IrModelGroup) : IrExecutable

Constructors

Link copied to clipboard
constructor(    name: String,     operationType: IrOperationType,     typeCondition: String,     variables: List<IrVariable>,     description: String?,     selectionSets: List<IrSelectionSet>,     sourceWithFragments: String,     normalizedFilePath: String,     dataProperty: IrProperty,     dataModelGroup: IrModelGroup)

Properties

Link copied to clipboard
open override val dataModelGroup: IrModelGroup
Link copied to clipboard
open override val dataProperty: IrProperty
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

the executableDocument sent to the server

Link copied to clipboard
open override val typeCondition: String
Link copied to clipboard