OBJECT

AccountTypeEntityEdge

A Relay edge containing a AccountTypeEntity and its cursor.

link GraphQL Schema definition

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