IrOperation

@Serializable
data class IrOperation(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, val ignoreErrors: Boolean)

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, ignoreErrors: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard