Skip to main content

ContactProjectsEdgeConnection

A paginated list of Project edges.

type ContactProjectsEdgeConnection {
pageInfo: PageInfo!
edges: [ContactProjectsEdge!]!
}

Fields

ContactProjectsEdgeConnection.pageInfo ● PageInfo! non-null object

Pagination information about the list of edges.

ContactProjectsEdgeConnection.edges ● [ContactProjectsEdge!]! non-null object

A list of Project edges.

Member Of

Company object ● Contact object ● Person object