accountHolders
Returns the list of account holders.
Implements the Relay Connection interface, used to paginate list of element (Learn More)
For a Project access token, this is all the account holders of the project and for an User access token, these are the holders of the accounts of which the user has an account 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 list of element (Learn More).