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
- : AccountKPIEntity
- # A cursor for use in pagination
- : String!
- }