OBJECT

ProjectEntityEdge

A Relay edge containing a ProjectEntity and its cursor.

link GraphQL Schema definition

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