feat(profile): add counterparty card with dadata search and cart gating
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
mutation UpsertMyCounterpartyProfile($input: UpsertMyCounterpartyProfileInput!) {
|
||||
upsertMyCounterpartyProfile(input: $input) {
|
||||
id
|
||||
companyName
|
||||
companyFullName
|
||||
inn
|
||||
kpp
|
||||
ogrn
|
||||
legalAddress
|
||||
bankName
|
||||
bik
|
||||
correspondentAccount
|
||||
checkingAccount
|
||||
signerFullName
|
||||
signerPosition
|
||||
signerBasis
|
||||
isComplete
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user