Skip to main content

CrmObjectSyncStatesConnection

A connection to a list of CrmObjectSyncState values.

type CrmObjectSyncStatesConnection {
nodes: [CrmObjectSyncState!]!
edges: [CrmObjectSyncStatesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CrmObjectSyncStatesConnection.nodes ● [CrmObjectSyncState!]! non-null object

A list of CrmObjectSyncState objects.

CrmObjectSyncStatesConnection.edges ● [CrmObjectSyncStatesEdge!]! non-null object

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

CrmObjectSyncStatesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CrmObjectSyncStatesConnection.totalCount ● Int! non-null scalar

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

Returned By

crmObjectSyncStatesConnection query