Skip to main content
Version: Latest

UserOrganisation

type UserOrganisation {
watchlists(
first: Int
last: Int
after: Cursor
before: Cursor
): WatchlistsConnection!
}

Fields

UserOrganisation.watchlists ● WatchlistsConnection! non-null object

Watchlist queries with pagination (supports forward and backward pagination). The watchlists are only available for watchlist admins. @exposed

UserOrganisation.watchlists.first ● Int scalar

first items to take (forward pagination)

UserOrganisation.watchlists.last ● Int scalar

last items to take (backward pagination)

UserOrganisation.watchlists.after ● Cursor scalar

cursor to start from (forward pagination)

UserOrganisation.watchlists.before ● Cursor scalar

cursor to end at (backward pagination)

Member of

User object