Skip to main content

AddressRegistrationEdge

A Relay edge containing a AddressRegistration and its cursor.

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

Fields

AddressRegistrationEdge.node ● Registration object

The item at the end of the edge

AddressRegistrationEdge.cursor ● String! non-null scalar

A cursor for use in pagination

AddressRegistrationEdge.registrationRecordedAddressId ● UUID scalar

AddressRegistrationEdge.addressType ● String scalar

AddressRegistrationEdge.rank ● Int scalar

AddressRegistrationEdge.id ● ID scalar

AddressRegistrationEdge.datasetIds ● JSON scalar

AddressRegistrationEdge.firstObservedDate ● String scalar

AddressRegistrationEdge.lastObservedDate ● String scalar

AddressRegistrationEdge.internalId ● String scalar

AddressRegistrationEdge.internalRegistrationRecordedAddressId ● String scalar

Member Of

AddressRegistrationConnection object