Files
webapp/graphql/operations/public/kyc/GetKycProfileTeaser.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

9 lines
178 B
GraphQL

query GetKycProfileTeaser($profileUuid: String!) {
companyTeaserByProfile(profileUuid: $profileUuid) {
companyType
registrationYear
isActive
sourcesCount
}
}