CoordinationConnection
A paginated list of Coordination edges.
type CoordinationConnection {
pageInfo: PageInfo!
edges: [CoordinationEdge!]!
}
Fields
CoordinationConnection.pageInfo ● PageInfo! non-null object
Pagination information about the list of edges.
CoordinationConnection.edges ● [CoordinationEdge!]! non-null object
A list of Coordination edges.
Returned By
coordinations query
Member Of
Company object ● Contact object ● Correspondence object ● Letter object ● Person object ● Project object ● Property object ● Specification object ● Task object