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

AccountEdge

The edge type for AccountConnection

type AccountEdge {
  cursor: String
  node: Account
}

Fields

cursor ● String scalar

The cursor for this item for pagination.

node ● Account object

The actual account.

Member Of

AccountConnection object

Last updated

Was this helpful?