OBJECT
ProjectKPIEntityEdge
A Relay edge containing a ProjectKPIEntity and its cursor.
link GraphQL Schema definition
- type ProjectKPIEntityEdge {
- # The item at the end of the edge
- : ProjectKPIEntity
- # A cursor for use in pagination
- : String!
- }