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