Type Alias GetUnreadNotificationHistoryCountInput

GetUnreadNotificationHistoryCountInput: {
    cardId?: InputMaybe<Scalars["String"]["input"]>;
}

Object used to query GetUnreadNotificationHistoryCount, optionally specifying a cardId to filter the count to.

Type declaration

  • OptionalcardId?: InputMaybe<Scalars["String"]["input"]>

    CardId that should be used to select which topics/fusionEventsIds should be used to filter the count to.