DemandLinkAction
A link to be opened
type DemandLinkAction {
actionRequest: DemandLinkActionRequest!
actionType: DemandActionType!
}
Fields
DemandLinkAction.actionRequest
● DemandLinkActionRequest!
non-null object
DemandLinkAction.actionType
● DemandActionType!
non-null enum
Always set to LINK in this case
Implemented by
DemandAction
union