PersonCompaniesEdge
An edge that contains a node of type Company, a cursor and some metadata.
type PersonCompaniesEdge {
node: Company!
cursor: String!
notes: String
isDefault: Boolean @deprecated
}
Fields
PersonCompaniesEdge.node ● Company! non-null object
The Compay node.
PersonCompaniesEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
PersonCompaniesEdge.notes ● String scalar
Notes for this contact interrelation.
PersonCompaniesEdge.isDefault ● Boolean deprecated scalar
DEPRECATED
This field is no longer used.
Represents whether the relation should be treated as the default among other entries.