Skip to main content

CrmObjectFieldDescriptionsConnection

A connection to a list of CrmObjectFieldDescription values.

type CrmObjectFieldDescriptionsConnection {
nodes: [CrmObjectFieldDescription!]!
edges: [CrmObjectFieldDescriptionsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

CrmObjectFieldDescriptionsConnection.nodes ● [CrmObjectFieldDescription!]! non-null object

A list of CrmObjectFieldDescription objects.

CrmObjectFieldDescriptionsConnection.edges ● [CrmObjectFieldDescriptionsEdge!]! non-null object

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

CrmObjectFieldDescriptionsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

CrmObjectFieldDescriptionsConnection.totalCount ● Int! non-null scalar

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

Returned By

crmObjectFieldDescriptionsConnection query

Member Of

CrmObjectDescription object ● Workspace object ● WorkspaceAccount object