ActionAgentProposalPayload
No description
type ActionAgentProposalPayload {
success: Boolean!
message: String
code: String
accordMemberId: String
stepId: String
stageId: String
}
Fields
ActionAgentProposalPayload.success ● Boolean! non-null scalar
ActionAgentProposalPayload.message ● String scalar
ActionAgentProposalPayload.code ● String scalar
ActionAgentProposalPayload.accordMemberId ● String scalar
Set on APPROVE of a stakeholder_map_add_card proposal: the accord_member that was placed/created. Lets the client position the card at a drag-drop location instead of the agent's proposed slot.
ActionAgentProposalPayload.stepId ● String scalar
Set on APPROVE of a next_step proposal: the step that was created and the stage it landed in. Lets the client fetch and insert the step into its MobX store locally instead of refetching the whole accord — the full-accord refetch did not reliably repaint the virtualized list.
ActionAgentProposalPayload.stageId ● String scalar
Returned By
actionAgentProposal mutation