Skip to main content

DemandActionCreateInput

Input for DemandAction creation.

input DemandActionCreateInput {
actionRequest: DemandActionRequestCreateInput!
actionType: DemandActionType!
}

Fields

DemandActionCreateInput.actionRequest ● DemandActionRequestCreateInput! non-null input

Use DemandHqNotification as a guide, no such thing as union types

DemandActionCreateInput.actionType ● DemandActionType! non-null enum

Member of

DemandHqNotificationCreateInput input