UserOrganisation
type UserOrganisation {
watchlists(
first: Int
last: Int
after: Cursor
before: Cursor
): WatchlistsConnection!
}
Fields
UserOrganisation.watchlists ● WatchlistsConnection! non-null object graph-ql-types
Watchlist queries with pagination (supports forward and backward pagination). The watchlists are only available for watchlist admins. @exposed
UserOrganisation.watchlists.first ● Int scalar graph-ql-types
first items to take (forward pagination)
UserOrganisation.watchlists.last ● Int scalar graph-ql-types
last items to take (backward pagination)
UserOrganisation.watchlists.after ● Cursor scalar graph-ql-types
cursor to start from (forward pagination)
UserOrganisation.watchlists.before ● Cursor scalar graph-ql-types
cursor to end at (backward pagination)
Returned By
User__company query
Member Of
User object