Skip to main content

ProjectConnection

A paginated list of Project edges.

type ProjectConnection {
pageInfo: PageInfo!
edges: [ProjectEdge!]!
}

Fields

ProjectConnection.pageInfo ● PageInfo! non-null object

Pagination information about the list of edges.

ProjectConnection.edges ● [ProjectEdge!]! non-null object

A list of Project edges.

Returned By

projects query

Member Of

Contract object ● Coordination object ● Correspondence object ● Easement object ● Invoice object ● Letter object ● Ordinance object ● Project object ● Property object ● Specification object ● Submission object ● Task object ● User object