mutation: {
    resendNotification: [{
        id: Variable<"String!", "id">;
    }, {
        attempts: boolean;
        channel: boolean;
        coopname: boolean;
        createdAt: boolean;
        id: boolean;
        lastError: boolean;
        recipientSubscriberId: boolean;
        recipientUsername: boolean;
        status: boolean;
        updatedAt: boolean;
        workflowId: boolean;
    }];
} = ...

Переотправить уведомление (постановка новой строки в очередь доставки)

Type declaration

  • resendNotification: [{
        id: Variable<"String!", "id">;
    }, {
        attempts: boolean;
        channel: boolean;
        coopname: boolean;
        createdAt: boolean;
        id: boolean;
        lastError: boolean;
        recipientSubscriberId: boolean;
        recipientUsername: boolean;
        status: boolean;
        updatedAt: boolean;
        workflowId: boolean;
    }]