query: {
    getRegistrationConfig: [{
        account_type: Variable<"AccountType!", "account_type">;
        coopname: Variable<"String!", "coopname">;
    }, {
        programs: {
            applicable_account_types: boolean;
            description: boolean;
            image_url: boolean;
            key: boolean;
            order: boolean;
            requirements: boolean;
            title: boolean;
        };
        requires_selection: boolean;
    }];
} = ...

Получить конфигурацию программ регистрации для кооператива

Type declaration

  • getRegistrationConfig: [{
        account_type: Variable<"AccountType!", "account_type">;
        coopname: Variable<"String!", "coopname">;
    }, {
        programs: {
            applicable_account_types: boolean;
            description: boolean;
            image_url: boolean;
            key: boolean;
            order: boolean;
            requirements: boolean;
            title: boolean;
        };
        requires_selection: boolean;
    }]