ContactPeopleEdge
An edge that contains a node of type Person, a cursor and some metadata.
type ContactPeopleEdge {
node: Person!
cursor: String!
isDefault: Boolean
}
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.isDefault
● Boolean
scalar
Represents whether the relation should be treated as the default among other entries.
Member Of
ContactPeopleEdgeConnection
object