OBJECT

TaskReminderEntityConnection

link GraphQL Schema definition

  • type TaskReminderEntityConnection {
  • # Pagination data for this connection.
  • pageInfo: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [TaskReminderEntityEdge]!
  • # Total number of items in the connection.
  • totalCount: Int
  • }