Skip to main content

RegistrationAddressEdge

A Relay edge containing a RegistrationAddress and its cursor.

type RegistrationAddressEdge {
node: Address
cursor: String!
registrationRecordedAddressId: UUID
addressType: String
rank: Int
id: ID
datasetIds: JSON
firstObservedDate: String
lastObservedDate: String
internalId: String
internalRegistrationRecordedAddressId: String
}

Fields

RegistrationAddressEdge.node ● Address object

The item at the end of the edge

RegistrationAddressEdge.cursor ● String! non-null scalar

A cursor for use in pagination

RegistrationAddressEdge.registrationRecordedAddressId ● UUID scalar

RegistrationAddressEdge.addressType ● String scalar

RegistrationAddressEdge.rank ● Int scalar

RegistrationAddressEdge.id ● ID scalar

RegistrationAddressEdge.datasetIds ● JSON scalar

RegistrationAddressEdge.firstObservedDate ● String scalar

RegistrationAddressEdge.lastObservedDate ● String scalar

RegistrationAddressEdge.internalId ● String scalar

RegistrationAddressEdge.internalRegistrationRecordedAddressId ● String scalar

Member Of

RegistrationAddressConnection object