OBJECT

NotificationCategoryEdge

An edge in a connection.

link GraphQL Schema definition

  • type NotificationCategoryEdge {
  • # The item at the end of the edge.
  • node: NotificationCategory
  • # A cursor for use in pagination.
  • cursor: Cursor!
  • }