Skip to main content

LegalEntityPersonEdge

A Relay edge containing a LegalEntityPerson and its cursor.

type LegalEntityPersonEdge {
node: Person
cursor: String!
id: ID
personIsInstanceOfLegalEntityId: UUID
datasetIds: JSON
firstObservedDate: String
lastObservedDate: String
rank: Int
internalId: String
internalPersonIsInstanceOfLegalEntityId: String
}

Fields

LegalEntityPersonEdge.node ● Person object

The item at the end of the edge

LegalEntityPersonEdge.cursor ● String! non-null scalar

A cursor for use in pagination

LegalEntityPersonEdge.id ● ID scalar

LegalEntityPersonEdge.personIsInstanceOfLegalEntityId ● UUID scalar

LegalEntityPersonEdge.datasetIds ● JSON scalar

LegalEntityPersonEdge.firstObservedDate ● String scalar

LegalEntityPersonEdge.lastObservedDate ● String scalar

LegalEntityPersonEdge.rank ● Int scalar

LegalEntityPersonEdge.internalId ● String scalar

LegalEntityPersonEdge.internalPersonIsInstanceOfLegalEntityId ● String scalar

Member Of

LegalEntityPersonConnection object