For the complete documentation index, see llms.txt. This page is also available as Markdown.

accounts

Retrieves a paginated list of accounts.

accounts(
  after: String
  filter: AccountFilterInput
  limit: Int
  order: [AccountOrderByInput!]
): AccountConnectionResult!

Arguments

after ● String scalar

filter ● AccountFilterInput input

limit ● Int scalar

order ● [AccountOrderByInput!] list input

Type

AccountConnectionResult union

Last updated

Was this helpful?