CreateAccordCalendarEventInput
All input for the create AccordCalendarEvent mutation.
input CreateAccordCalendarEventInput {
clientMutationId: String
accordCalendarEvent: AccordCalendarEventInput!
}
Fields
CreateAccordCalendarEventInput.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.
CreateAccordCalendarEventInput.accordCalendarEvent ● AccordCalendarEventInput! non-null input
The AccordCalendarEvent to be created by this mutation.
Member Of
createAccordCalendarEvent mutation