Skip to main content

UpdateMeetingParticipantByNodeIdInput

All input for the updateMeetingParticipantByNodeId mutation.

input UpdateMeetingParticipantByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: MeetingParticipantPatch!
}

Fields

UpdateMeetingParticipantByNodeIdInput.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.

UpdateMeetingParticipantByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single MeetingParticipant to be updated.

UpdateMeetingParticipantByNodeIdInput.patch ● MeetingParticipantPatch! non-null input

An object where the defined keys will be set on the MeetingParticipant being updated.

Member Of

updateMeetingParticipantByNodeId mutation