Skip to main content

AccordCalendarEventHistoriesConnection

A connection to a list of AccordCalendarEventHistory values.

type AccordCalendarEventHistoriesConnection {
nodes: [AccordCalendarEventHistory!]!
edges: [AccordCalendarEventHistoriesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

AccordCalendarEventHistoriesConnection.nodes ● [AccordCalendarEventHistory!]! non-null object

A list of AccordCalendarEventHistory objects.

AccordCalendarEventHistoriesConnection.edges ● [AccordCalendarEventHistoriesEdge!]! non-null object

A list of edges which contains the AccordCalendarEventHistory and cursor to aid in pagination.

AccordCalendarEventHistoriesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

AccordCalendarEventHistoriesConnection.totalCount ● Int! non-null scalar

The count of *all* AccordCalendarEventHistory you could get from the connection.

Returned By

accordCalendarEventHistoriesConnection query