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

account

Retrieves a single account by its ID.

account(
  id: ID!
): Account!

Arguments

id ● ID! non-null scalar

Type

Account object

Represents an account (in a single data source) of a user.

Last updated

Was this helpful?