CompanyPeopleEdge
An edge that contains a node of type Person, a cursor and some metadata.
type CompanyPeopleEdge {
node: Person!
cursor: String!
notes: String
isDefault: Boolean @deprecated
}
Fields
CompanyPeopleEdge.node ● Person! non-null object
The Person node.
CompanyPeopleEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
CompanyPeopleEdge.notes ● String scalar
Notes for this contact interrelation.
CompanyPeopleEdge.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
CompanyPeopleEdgeConnection object