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●Intscalarfirst 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)
Returned by
User__company  query
Member of
User  object