CrmObjectsConnection
A connection to a list of CrmObject values.
type CrmObjectsConnection {
nodes: [CrmObject!]!
edges: [CrmObjectsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CrmObjectsConnection.nodes ● [CrmObject!]! non-null object
A list of CrmObject objects.
CrmObjectsConnection.edges ● [CrmObjectsEdge!]! non-null object
A list of edges which contains the CrmObject and cursor to aid in pagination.
CrmObjectsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
CrmObjectsConnection.totalCount ● Int! non-null scalar
The count of *all* CrmObject you could get from the connection.
Returned By
crmObjectsConnection query
Member Of
Accord object ● CrmObjectDescription object ● Workspace object ● WorkspaceAccount object