Тип

AccountEdge

A `Account` edge in the connection.

"""A `Account` edge in the connection."""
type AccountEdge {
  """A cursor for use in pagination."""
  cursor: Cursor
  """The `Account` at the end of the edge."""
  node: Account
}