CreateMeetingParticipantInput
All input for the create MeetingParticipant mutation.
input CreateMeetingParticipantInput {
clientMutationId: String
meetingParticipant: MeetingParticipantInput!
}
Fields
CreateMeetingParticipantInput.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.
CreateMeetingParticipantInput.meetingParticipant ● MeetingParticipantInput! non-null input
The MeetingParticipant to be created by this mutation.
Member Of
createMeetingParticipant mutation