Skip to main content

CompanyPeopleEdge

An edge that contains a node of type Person, a cursor and some metadata.

type CompanyPeopleEdge {
node: Person!
cursor: String!
isDefault: Boolean
}

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.isDefault ● Boolean scalar

Represents whether the relation should be treated as the default among other entries.

Member Of

CompanyPeopleEdgeConnection object