OBJECT

AllowedPipelineEntityEdge

A Relay edge containing a AllowedPipelineEntity and its cursor.

link GraphQL Schema definition

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