accountHolders
Returns the list of account holders.
Implements the Relay Connection interface, used to paginate lists of elements. ((Learn More))
- For a Project access token, returns all account holders of the project.
- For a User access token, returns account holders of accounts where the user has membership.
accountHolders(
  first: Int! = 50
  before: String
  after: String
  filters: AccountHolderFilterInput
  orderBy: AccountHolderOrderByInput
): AccountHolderConnection!
Arguments
accountHolders.first ● Int! non-null scalar
The number of elements to load (maximum: 100).
accountHolders.before ● String scalar
The index (a unique reference in string form) from which you will load the preceding elements.
accountHolders.after ● String scalar
The index (a unique reference in string form) from which you will load the following elements.
accountHolders.filters ● AccountHolderFilterInput input
A filtering table you can apply to your list of connections.
accountHolders.orderBy ● AccountHolderOrderByInput input
An order you can apply to your list of connections.
Type
AccountHolderConnection object
Implements the Relay Connection interface, used to paginate lists of elements. ((Learn More))