CreateAccordCalendarEventHistoryInput
All input for the create AccordCalendarEventHistory mutation.
input CreateAccordCalendarEventHistoryInput {
clientMutationId: String
accordCalendarEventHistory: AccordCalendarEventHistoryInput!
}
Fields
CreateAccordCalendarEventHistoryInput.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.
CreateAccordCalendarEventHistoryInput.accordCalendarEventHistory ● AccordCalendarEventHistoryInput! non-null input
The AccordCalendarEventHistory to be created by this mutation.
Member Of
createAccordCalendarEventHistory mutation