mutation: {
    startInstall: [{
        data: Variable<"StartInstallInput!", "data">;
    }, {
        coopname: true;
        install_code: true;
    }];
} = ...

Type declaration

  • startInstall: [{
        data: Variable<"StartInstallInput!", "data">;
    }, {
        coopname: true;
        install_code: true;
    }]