mutation: {
    markNotificationRead: [{
        id: Variable<"String!", "id">;
    }, {
        actorSubscriberId: boolean;
        body: boolean;
        createdAt: boolean;
        id: boolean;
        isRead: boolean;
        payload: boolean;
        readAt: boolean;
        title: boolean;
        workflowId: boolean;
    }];
} = ...

Отметить уведомление инбокса прочитанным

Type declaration

  • markNotificationRead: [{
        id: Variable<"String!", "id">;
    }, {
        actorSubscriberId: boolean;
        body: boolean;
        createdAt: boolean;
        id: boolean;
        isRead: boolean;
        payload: boolean;
        readAt: boolean;
        title: boolean;
        workflowId: boolean;
    }]