OBJECT
TimeframeEntityEdge
A Relay edge containing a TimeframeEntity and its cursor.
link GraphQL Schema definition
- type TimeframeEntityEdge {
- # The item at the end of the edge
- : TimeframeEntity
- # A cursor for use in pagination
- : String!
- }
OBJECT
A Relay edge containing a TimeframeEntity and its cursor.
- type TimeframeEntityEdge {
- # The item at the end of the edge
- : TimeframeEntity
- # A cursor for use in pagination
- : String!
- }