Skip to main content

ContactCompaniesEdge

An edge that contains a node of type Company, a cursor and some metadata.

type ContactCompaniesEdge {
node: Company!
cursor: String!
isDefault: Boolean @deprecated
}

Fields

ContactCompaniesEdge.node ● Company! non-null object

The Company node.

ContactCompaniesEdge.cursor ● String! non-null scalar

A unique cursor that can be used for pagination.

ContactCompaniesEdge.isDefault ● Boolean deprecated scalar

DEPRECATED

This field is no longer used.

Represents whether the relation should be treated as the default among other entries.

Member Of

ContactCompaniesEdgeConnection object