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