Type Alias MarkFusionNotificationHistoryAsReadInput

MarkFusionNotificationHistoryAsReadInput: {
    beforeId?: InputMaybe<Scalars["String"]["input"]>;
    ids: Scalars["String"]["input"][];
    readState?: InputMaybe<NotificationHistoryReadState>;
}

Type declaration

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

    Marks the given notification id and all the notifications that came before the id as read

  • ids: Scalars["String"]["input"][]

    List of ids to mark as read, leave as empty if using markNotificationAsReadBeforeId

  • OptionalreadState?: InputMaybe<NotificationHistoryReadState>