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 graph-ql-types
List of watchlists. @exposed
WatchlistsConnection.edges ● [WatchlistEdge!]! non-null object graph-ql-types
The list of watchlists with pagination information. @exposed
WatchlistsConnection.pageInfo ● PageInfo! non-null object graph-ql-types
Pagination information @exposed
WatchlistsConnection.totalCount ● Int! non-null scalar graph-ql-types
Total number of watchlists @exposed
Member Of
UserOrganisation object