accounts
Returns the list of accounts.
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)
For a Project access token, this is all the accounts of the project and for an User access token, these are the accounts of which the user has an account membership.
accounts(
first: Int! = 50
before: String
after: String
filters: AccountFilterInput
orderBy: AccountOrderByInput
): AccountConnection!
Arguments
accounts.first ● Int! non-null scalar
the number of elements to load (maximum: 100)
accounts.before ● String scalar
the index (a unique reference in string form) from which you will load the preceding elements
accounts.after ● String scalar
the index (a unique reference in string form) from which you will load the following elements
accounts.filters ● AccountFilterInput input
a filtering table you can apply to your list of connections
accounts.orderBy ● AccountOrderByInput input
an order you can apply to your list of connections
Type
AccountConnection object
Implements the Relay Connection interface, used to paginate lists of elements. (Learn More)