Journey Status
Update the status of a "day" on a journey
mutation {
updateJourneyStatus(
journeyId: "UHJvZ3JhbTowYWQ0ZTc3YS04ZWRhLTRlOWItYWM4ZS0xYzg0YTJlOGJiNDI="
status: FINISH
) {
success
}
}
Last updated
Was this helpful?
Update the status of a "day" on a journey
mutation {
updateJourneyStatus(
journeyId: "UHJvZ3JhbTowYWQ0ZTc3YS04ZWRhLTRlOWItYWM4ZS0xYzg0YTJlOGJiNDI="
status: FINISH
) {
success
}
}
Last updated
Was this helpful?
Was this helpful?