DemandHqUpdateInput
The possible fields in order to update a demandHq.
input DemandHqUpdateInput {
demandHqId: ID!
demandSubscriptionCodes: [DemandSubscriptionCode!]
description: String
name: String
notificationUserNames: DemandHqNotificationUserNamesInput
ownerUserName: String
}
Fields
DemandHqUpdateInput.demandHqId ● ID! non-null scalar
DemandHqUpdateInput.demandSubscriptionCodes ● [DemandSubscriptionCode!] list enum
DemandHqUpdateInput.description ● String scalar
DemandHqUpdateInput.name ● String scalar
DemandHqUpdateInput.notificationUserNames ● DemandHqNotificationUserNamesInput input
These users will get notified if something requires attention for this DemandHq. If none are provided, ownerUserName will be notified.
DemandHqUpdateInput.ownerUserName ● String scalar
Member of
updateDemandHq mutation