Skip to main content

ContactContractsEdgeConnection

A paginated list of Contract edges.

type ContactContractsEdgeConnection {
pageInfo: PageInfo!
edges: [ContactContractsEdge!]!
}

Fields

ContactContractsEdgeConnection.pageInfo ● PageInfo! non-null object

Pagination information about the list of edges.

ContactContractsEdgeConnection.edges ● [ContactContractsEdge!]! non-null object

A list of Contract edges.

Member Of

Company object ● Contact object ● Person object