Journey Status
Update the status of a "day" on a journey
Required Arguments
Available Field
Example
mutation {
updateJourneyStatus(
journeyId: "UHJvZ3JhbTowYWQ0ZTc3YS04ZWRhLTRlOWItYWM4ZS0xYzg0YTJlOGJiNDI="
status: FINISH
) {
success
message
}
}
{
"data": {
"updateJourneyStatus": {
"success": true,
"message": "Ok"
}
}
}Last updated
Was this helpful?