CreateMeetingInput
All input for the create Meeting mutation.
input CreateMeetingInput {
clientMutationId: String
meeting: MeetingInput!
}
Fields
CreateMeetingInput.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.
CreateMeetingInput.meeting ● MeetingInput! non-null input
The Meeting to be created by this mutation.
Member Of
createMeeting mutation