DemandGqlAction
A GQL Mutation to be undertaken
type DemandGqlAction {
actionRequest: DemandGqlActionRequest!
actionType: DemandActionType!
}
Fields
DemandGqlAction.actionRequest
● DemandGqlActionRequest!
non-null object
DemandGqlAction.actionType
● DemandActionType!
non-null enum
Always set to GQL in this case
Implemented by
DemandAction
union