Skip to main content

AddressWatchlistEntryEdge

A Relay edge containing a AddressWatchlistEntry and its cursor.

type AddressWatchlistEntryEdge {
node: WatchlistEntry
cursor: String!
id: ID
addressAppearsOnWatchlistEntryId: UUID
datasetIds: JSON
firstObservedDate: String
lastObservedDate: String
rank: Int
internalId: String
internalAddressAppearsOnWatchlistEntryId: String
}

Fields

AddressWatchlistEntryEdge.node ● WatchlistEntry object

The item at the end of the edge

AddressWatchlistEntryEdge.cursor ● String! non-null scalar

A cursor for use in pagination

AddressWatchlistEntryEdge.id ● ID scalar

AddressWatchlistEntryEdge.addressAppearsOnWatchlistEntryId ● UUID scalar

AddressWatchlistEntryEdge.datasetIds ● JSON scalar

AddressWatchlistEntryEdge.firstObservedDate ● String scalar

AddressWatchlistEntryEdge.lastObservedDate ● String scalar

AddressWatchlistEntryEdge.rank ● Int scalar

AddressWatchlistEntryEdge.internalId ● String scalar

AddressWatchlistEntryEdge.internalAddressAppearsOnWatchlistEntryId ● String scalar

Member Of

AddressWatchlistEntryConnection object