updateBookingJourney
This mutation updates the journey of a patient for a booking.
updateBookingJourney(
id: ID!
bookingJourneyInput: BookingJourneyInput
): BookingResponsePayload
Arguments
updateBookingJourney.id ● ID! non-null scalar
updateBookingJourney.bookingJourneyInput ● BookingJourneyInput input
Type
BookingResponsePayload object
The requested/resulting booking or the error associated with the operation.