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