mutation: {
    capitalGenerateRegistrationDocuments: [{
        data: Variable<"GenerateCapitalRegistrationDocumentsInputDTO!", "data">;
    }, {
        blagorost_agreement: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
        generation_contract: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
        generator_offer: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
        storage_agreement: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
    }];
} = ...

Type declaration

  • capitalGenerateRegistrationDocuments: [{
        data: Variable<"GenerateCapitalRegistrationDocumentsInputDTO!", "data">;
    }, {
        blagorost_agreement: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
        generation_contract: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
        generator_offer: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
        storage_agreement: {
            binary: boolean;
            full_title: boolean;
            hash: boolean;
            html: boolean;
            meta: boolean;
        };
    }]