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