LegalEntityAddressEdge
A Relay edge containing a LegalEntityAddress and its cursor.
type LegalEntityAddressEdge {
node: Address
cursor: String!
id: ID
legalEntityReceivesMailAtAddressId: UUID
datasetIds: JSON
firstObservedDate: String
lastObservedDate: String
rank: Int
internalId: String
internalLegalEntityReceivesMailAtAddressId: String
}
Fields
LegalEntityAddressEdge.node ● Address object
The item at the end of the edge
LegalEntityAddressEdge.cursor ● String! non-null scalar
A cursor for use in pagination
LegalEntityAddressEdge.id ● ID scalar
LegalEntityAddressEdge.legalEntityReceivesMailAtAddressId ● UUID scalar
LegalEntityAddressEdge.datasetIds ● JSON scalar
LegalEntityAddressEdge.firstObservedDate ● String scalar
LegalEntityAddressEdge.lastObservedDate ● String scalar
LegalEntityAddressEdge.rank ● Int scalar
LegalEntityAddressEdge.internalId ● String scalar
LegalEntityAddressEdge.internalLegalEntityReceivesMailAtAddressId ● String scalar
Member Of
LegalEntityAddressConnection object