Update GraphQL queries: companyTeaserByProfile → kycProfileTeaser
Some checks failed
Build Docker Image / build (push) Failing after 1m59s

This commit is contained in:
Ruslan Bakiev
2026-01-21 09:40:42 +07:00
parent dac73a49c7
commit ccaa0d49f8
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
query GetKycProfileFull($profileUuid: String!) {
companyFullByProfile(profileUuid: $profileUuid) {
kycProfileFull(profileUuid: $profileUuid) {
inn
ogrn
name

View File

@@ -1,5 +1,5 @@
query GetKycProfileTeaser($profileUuid: String!) {
companyTeaserByProfile(profileUuid: $profileUuid) {
kycProfileTeaser(profileUuid: $profileUuid) {
companyType
registrationYear
isActive