Skip to main content

UpdateMeetingInput

No description

input UpdateMeetingInput {
meetingId: ID!
description: String
canReschedule: Boolean
canCancel: Boolean
maxParticipants: Int
placeId: ID
slotId: ID
participants: [MeetingParticipantInput!]
}

Fields

UpdateMeetingInput.meetingId ● ID! non-null scalar

UpdateMeetingInput.description ● String scalar

UpdateMeetingInput.canReschedule ● Boolean scalar

UpdateMeetingInput.canCancel ● Boolean scalar

UpdateMeetingInput.maxParticipants ● Int scalar

UpdateMeetingInput.placeId ● ID scalar

UpdateMeetingInput.slotId ● ID scalar

UpdateMeetingInput.participants ● [MeetingParticipantInput!] list input

Update all the participants of the meeting.

Member Of

updateMeeting mutation