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