SubOperation
Represents a relationship between a parent operation and a sub-operation.
type SubOperation {
parentId: ID!
subId: ID!
subGroup: Int!
updatedAt: Time!
}
Fields
SubOperation.parentId ● ID! non-null scalar
Parent operation identifier.
SubOperation.subId ● ID! non-null scalar
Sub-operation identifier.
SubOperation.subGroup ● Int! non-null scalar
Group index (starting at 0) in which the sub-operation is performed.
SubOperation.updatedAt ● Time! non-null scalar
Timestamp of last update.
Returned By
subOperationsStream subscription