ContactCompaniesEdge
An edge that contains a node of type Company, a cursor and some metadata.
type ContactCompaniesEdge {
node: Company!
cursor: String!
notes: 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.notes ● String scalar
Notes for this contact interrelation.
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.