Files
webapp/graphql/operations/public/kyc/GetKycProfileFull.graphql
Ruslan Bakiev ace458ed7e
Some checks failed
Build Docker Image / build (push) Failing after 2m51s
Add KYC profile integration and SupplierInfoBlock component
2026-01-21 09:19:44 +07:00

17 lines
263 B
GraphQL

query GetKycProfileFull($profileUuid: String!) {
companyFullByProfile(profileUuid: $profileUuid) {
inn
ogrn
name
companyType
registrationYear
isActive
address
director
capital
activities
sources
lastUpdated
}
}