analysts
Returns all analysts
analysts(
orderType: OrderParams
order: OrderAnalystsParams
params: AnalystSearch
after: String
before: String
first: Int
last: Int
): PortalUserConnection
Arguments
analysts.orderType
● OrderParams
enum
ASC or DESC
analysts.order
● OrderAnalystsParams
enum
analysts.params
● AnalystSearch
input
analysts.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
analysts.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
analysts.first
● Int
scalar
Returns the first n elements from the list.
analysts.last
● Int
scalar
Returns the last n elements from the list.
Type
PortalUserConnection
object
The connection type for PortalUser.