21 lines
369 B
GraphQL
21 lines
369 B
GraphQL
mutation UpsertMyCounterpartyProfile($input: UpsertMyCounterpartyProfileInput!) {
|
|
upsertMyCounterpartyProfile(input: $input) {
|
|
id
|
|
companyName
|
|
companyFullName
|
|
inn
|
|
kpp
|
|
ogrn
|
|
legalAddress
|
|
bankName
|
|
bik
|
|
correspondentAccount
|
|
checkingAccount
|
|
signerFullName
|
|
signerPosition
|
|
signerBasis
|
|
isComplete
|
|
updatedAt
|
|
}
|
|
}
|