Merge branch 'development'

This commit is contained in:
Chika 2022-01-21 16:01:34 +03:00
commit 350bd1f201
2 changed files with 0 additions and 10 deletions

View File

@ -10,7 +10,6 @@ export const mainOptionsVariables:
supplier_legal_form: 100000001,
dealer_account_type: [100000001],
dealer_legal_form: 100000001,
account_account_type: [100000000],
product_relation: [100000000],
registration_product_type: 100000001,
nsib_product_type: 100000002,

View File

@ -8,7 +8,6 @@ query GetMainOptions(
$supplier_legal_form: Int
$dealer_account_type: [Int!]
$dealer_legal_form: Int
$account_account_type: [Int!]
$product_relation: [Int!]
$registration_product_type: Int
$nsib_product_type: Int
@ -57,14 +56,6 @@ query GetMainOptions(
selectLegalClientRegion: evo_regions(statecode: $statecode) {
...evo_region_fields
}
selectAccount: accounts(
evo_account_type: $account_account_type
statecode: $statecode
) {
name
accountid
evo_client_riskid
}
selectBrand: evo_brands(statecode: $statecode) {
evo_id
evo_name