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