DutySubscriptionSection (Object)
type DutySubscriptionSection {
create(
operatorId: OperatorId!
): [DutyForSubscription!]!
update(
operatorId: OperatorId!
): [DutyForSubscription!]!
delete(
operatorId: OperatorId!
): [DutyTrNid!]!
}
Fields
DutySubscriptionSection.create ● [DutyForSubscription!]! non-null object
DutySubscriptionSection.create.operatorId ● OperatorId! non-null scalar
DutySubscriptionSection.update ● [DutyForSubscription!]! non-null object
DutySubscriptionSection.update.operatorId ● OperatorId! non-null scalar
DutySubscriptionSection.delete ● [DutyTrNid!]! non-null scalar
DutySubscriptionSection.delete.operatorId ● OperatorId! non-null scalar
Returned By
duty subscription