Files
web-frontend/graphql/operations/profile/my-counterparty-profile.graphql

21 lines
296 B
GraphQL

query MyCounterpartyProfile {
myCounterpartyProfile {
id
companyName
companyFullName
inn
kpp
ogrn
legalAddress
bankName
bik
correspondentAccount
checkingAccount
signerFullName
signerPosition
signerBasis
isComplete
updatedAt
}
}