NotificationHistoryEdge: {
    __typename?: "NotificationHistoryEdge";
    cursor: Scalars["String"]["output"];
    node: NotificationHistoryEntry;
}

An edge in a connection.

Type declaration

  • Optional__typename?: "NotificationHistoryEdge"
  • cursor: Scalars["String"]["output"]

    A cursor for use in pagination.

  • node: NotificationHistoryEntry

    The item at the end of the edge.