WatchlistEdge
type WatchlistEdge {
  node: Watchlist!
  cursor: Cursor!
}
Fields
WatchlistEdge.node ● Watchlist! non-null object
Watchlist @exposed
WatchlistEdge.cursor ● Cursor! non-null scalar
Cursor to the watchlist @exposed
Member of
WatchlistsConnection  object