WatchlistsConnection
description
Watchlists Connection type which is used for pagination.
type WatchlistsConnection {
  nodes: [Watchlist!]!
  edges: [WatchlistEdge!]!
  pageInfo: PageInfo!
  totalCount: Int!
}
Fields
WatchlistsConnection.nodes ● [Watchlist!]! non-null object
List of watchlists. @exposed
WatchlistsConnection.edges ● [WatchlistEdge!]! non-null object
The list of watchlists with pagination information. @exposed
WatchlistsConnection.pageInfo ● PageInfo! non-null object
Pagination information @exposed
WatchlistsConnection.totalCount ● Int! non-null scalar
Total number of watchlists @exposed
Member of
UserOrganisation  object