Skip to main content

CrmObjectSyncStateHistoriesConnection

A connection to a list of CrmObjectSyncStateHistory values.

type CrmObjectSyncStateHistoriesConnection {
nodes: [CrmObjectSyncStateHistory!]!
edges: [CrmObjectSyncStateHistoriesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CrmObjectSyncStateHistoriesConnection.nodes ● [CrmObjectSyncStateHistory!]! non-null object

A list of CrmObjectSyncStateHistory objects.

CrmObjectSyncStateHistoriesConnection.edges ● [CrmObjectSyncStateHistoriesEdge!]! non-null object

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

CrmObjectSyncStateHistoriesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CrmObjectSyncStateHistoriesConnection.totalCount ● Int! non-null scalar

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

Returned By

crmObjectSyncStateHistoriesConnection query