Skip to main content

UpdateOutcomeArgs

No description

input UpdateOutcomeArgs {
id: ID!
message: String
outcomeTypeId: ID
updateCondition: UpdateConditionArgs
index: Int
}

Fields

UpdateOutcomeArgs.id ● ID! non-null scalar common

ID of the question outcome

UpdateOutcomeArgs.message ● String scalar common

Update the message of the question outcome.

UpdateOutcomeArgs.outcomeTypeId ● ID scalar common

Update the assigned outcome.

UpdateOutcomeArgs.updateCondition ● UpdateConditionArgs input common

Data to update the condition with.

UpdateOutcomeArgs.index ● Int scalar common

Update the index of the question outcome.

Member Of

UpdateObjectOutcomeArgs input