query: {
    getInboxNotifications: [{
        coopname: Variable<"String!", "coopname">;
        pagination: Variable<"PaginationInput!", "pagination">;
    }, {
        currentPage: boolean;
        items: {
            actorSubscriberId: boolean;
            body: boolean;
            createdAt: boolean;
            id: boolean;
            isRead: boolean;
            payload: boolean;
            readAt: boolean;
            title: boolean;
            workflowId: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }];
} = ...

Лента личного инбокса текущего пользователя (канал In-app)

Type declaration

  • getInboxNotifications: [{
        coopname: Variable<"String!", "coopname">;
        pagination: Variable<"PaginationInput!", "pagination">;
    }, {
        currentPage: boolean;
        items: {
            actorSubscriberId: boolean;
            body: boolean;
            createdAt: boolean;
            id: boolean;
            isRead: boolean;
            payload: boolean;
            readAt: boolean;
            title: boolean;
            workflowId: boolean;
        };
        totalCount: boolean;
        totalPages: boolean;
    }]