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