allOperations
Retrieve all operations. Operations can be filtered. For searching a specific operation use Operation query.
admin {
allOperations(
first: Int
last: Int
before: String
after: String
where: OperationWhereInput
orderBy: OperationOrderByEnum
): OperationConnection!
}