User
type User {
id: ID!
company: UserOrganisation!
brokerResearchCredentials: BrokerResearchCredentials
amrAllowance: AmrAllowance
watchlists(
ids: [Int!]
): [Watchlist!]!
}
Fields
User.id ● ID! non-null scalar graph-ql-types
AS numeric user id in string format @exposed
User.company ● UserOrganisation! non-null object graph-ql-types
Company information of the user @exposed
User.brokerResearchCredentials ● BrokerResearchCredentials object graph-ql-types
Broker Research credentials of the user. Used for content source entitlements @exposed(scopes: ['docviewer'])
User.amrAllowance ● AmrAllowance object graph-ql-types
user's AMR allowance @exposed(scopes: ['docviewer'])
User.watchlists ● [Watchlist!]! non-null object graph-ql-types
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 scalar graph-ql-types
List of watchlist ids
Returned By
user query