Skip to main content

DemandHqCreateInput

The necessary fields in order to create a new demandHq

input DemandHqCreateInput {
defaultCurrency: ResonanceCurrency!
defaultLocaleType: ResonanceLocaleType!
demandSubscriptionCodes: [DemandSubscriptionCode!]
description: String
name: String!
notificationUserNames: DemandHqNotificationUserNamesInput
}

Fields

DemandHqCreateInput.defaultCurrency ● ResonanceCurrency! non-null enum

DemandHqCreateInput.defaultLocaleType ● ResonanceLocaleType! non-null enum

DemandHqCreateInput.demandSubscriptionCodes ● [DemandSubscriptionCode!] list enum

DemandHqCreateInput.description ● String scalar

DemandHqCreateInput.name ● String! non-null scalar

DemandHqCreateInput.notificationUserNames ● DemandHqNotificationUserNamesInput input

These users will get notified if something requires attention for this DemandHq. If none are provided, ownerUserName will be notified.

Member of

createDemandHq mutation