OBJECT

AccountKPIEntityEdge

A Relay edge containing a AccountKPIEntity and its cursor.

link GraphQL Schema definition

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