OBJECT

ProjectEdge

A list of edges.

link GraphQL Schema definition

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