UpdateMeetingInput
All input for the updateMeeting mutation.
input UpdateMeetingInput {
clientMutationId: String
patch: MeetingPatch!
id: String!
}
Fields
UpdateMeetingInput.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.
UpdateMeetingInput.patch ● MeetingPatch! non-null input
An object where the defined keys will be set on the Meeting being updated.
UpdateMeetingInput.id ● String! non-null scalar
Member Of
updateMeeting mutation