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
- PipelineEntity :
- # A cursor for use in pagination
- String! :
- }
OBJECT
A Relay edge containing a PipelineEntity
and its cursor.
- type PipelineEntityEdge {
- # The item at the end of the edge
- PipelineEntity :
- # A cursor for use in pagination
- String! :
- }