UpdateMeetingParticipantInput
All input for the updateMeetingParticipant mutation.
input UpdateMeetingParticipantInput {
clientMutationId: String
patch: MeetingParticipantPatch!
id: String!
}
Fields
UpdateMeetingParticipantInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
UpdateMeetingParticipantInput.patch ● MeetingParticipantPatch! non-null input
An object where the defined keys will be set on the MeetingParticipant being updated.
UpdateMeetingParticipantInput.id ● String! non-null scalar
Member Of
updateMeetingParticipant mutation