Skip to main content

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!
}

Arguments

allOperations.first ● Int scalar

allOperations.last ● Int scalar

allOperations.before ● String scalar

allOperations.after ● String scalar

allOperations.where ● OperationWhereInput input

allOperations.orderBy ● OperationOrderByEnum enum

Type

OperationConnection object