FusionNotificationHistoryEdge: {
    __typename?: "FusionNotificationHistoryEdge";
    cursor: Scalars["String"]["output"];
    node: FusionNotificationHistoryEntry;
}

An edge in a connection.

Type declaration

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

    A cursor for use in pagination.

  • node: FusionNotificationHistoryEntry

    The item at the end of the edge.