DeleteMeetingParticipantByNodeIdInput
All input for the deleteMeetingParticipantByNodeId mutation.
input DeleteMeetingParticipantByNodeIdInput {
clientMutationId: String
nodeId: ID!
}
Fields
DeleteMeetingParticipantByNodeIdInput.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.
DeleteMeetingParticipantByNodeIdInput.nodeId ● ID! non-null scalar
The globally unique ID which will identify a single MeetingParticipant to be deleted.
Member Of
deleteMeetingParticipantByNodeId mutation