graphql: remove selectAccount query
This commit is contained in:
parent
5c7e86556e
commit
c7129edb73
@ -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,
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user