Skip to main content

UpdateAccordCalendarEventHistoryPayload

The output of our update AccordCalendarEventHistory mutation.

type UpdateAccordCalendarEventHistoryPayload {
clientMutationId: String
accordCalendarEventHistory: AccordCalendarEventHistory
query: Query
accordCalendarEventHistoryEdge(
orderBy: [AccordCalendarEventHistoriesOrderBy!] = [PRIMARY_KEY_ASC]
): AccordCalendarEventHistoriesEdge
}

Fields

UpdateAccordCalendarEventHistoryPayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

UpdateAccordCalendarEventHistoryPayload.accordCalendarEventHistory ● AccordCalendarEventHistory object

The AccordCalendarEventHistory that was updated by this mutation.

UpdateAccordCalendarEventHistoryPayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

UpdateAccordCalendarEventHistoryPayload.accordCalendarEventHistoryEdge ● AccordCalendarEventHistoriesEdge object

An edge for our AccordCalendarEventHistory. May be used by Relay 1.

UpdateAccordCalendarEventHistoryPayload.accordCalendarEventHistoryEdge.orderBy ● [AccordCalendarEventHistoriesOrderBy!] list enum

The method to use when ordering AccordCalendarEventHistory.

Returned By

updateAccordCalendarEventHistory mutation ● updateAccordCalendarEventHistoryByNodeId mutation