User
type User {
id: ID!
brokerResearchCredentials: BrokerResearchCredentials
company: UserOrganisation!
amrAllowance: AmrAllowance
watchlists(
ids: [Int!]
): [Watchlist!]!
}
Fields
User.id
● ID!
non-null scalar
AS numeric user id in string format @exposed
User.brokerResearchCredentials
● BrokerResearchCredentials
object
Broker Research credentials of the user. Used for content source entitlements @exposed(scopes: ['docviewer'])
User.company
● UserOrganisation!
non-null object
Company information of the user @exposed
User.amrAllowance
● AmrAllowance
object
user's AMR allowance @exposed(scopes: ['docviewer'])
User.watchlists
● [Watchlist!]!
non-null object
Returns a list with the specified set of watchlists only if <ids> are provided. Returns all user's watchlists if <ids> is NOT provided. @exposed
User.watchlists.ids
●[Int!]
list scalarList of watchlist ids
Returned by
user
query