OBJECT

AccountEntityEdge

A Relay edge containing a AccountEntity and its cursor.

link GraphQL Schema definition

  • type AccountEntityEdge {
  • # The item at the end of the edge
  • node: AccountEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }