Skip to main content

CrmObjectSyncsConnection

A connection to a list of CrmObjectSync values.

type CrmObjectSyncsConnection {
nodes: [CrmObjectSync!]!
edges: [CrmObjectSyncsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CrmObjectSyncsConnection.nodes ● [CrmObjectSync!]! non-null object

A list of CrmObjectSync objects.

CrmObjectSyncsConnection.edges ● [CrmObjectSyncsEdge!]! non-null object

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

CrmObjectSyncsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CrmObjectSyncsConnection.totalCount ● Int! non-null scalar

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

Returned By

crmObjectSyncsConnection query

Member Of

ExternalService object ● Workspace object ● WorkspaceAccount object