@coopenomics/sdk
    Preparing search index...
    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;
              };
          },
      ]