OBJECT

PipelineEntityEdge

A Relay edge containing a PipelineEntity and its cursor.

link GraphQL Schema definition

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