Update GraphQL queries: companyTeaserByProfile → kycProfileTeaser
Some checks failed
Build Docker Image / build (push) Failing after 1m59s
Some checks failed
Build Docker Image / build (push) Failing after 1m59s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
query GetKycProfileFull($profileUuid: String!) {
|
||||
companyFullByProfile(profileUuid: $profileUuid) {
|
||||
kycProfileFull(profileUuid: $profileUuid) {
|
||||
inn
|
||||
ogrn
|
||||
name
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
query GetKycProfileTeaser($profileUuid: String!) {
|
||||
companyTeaserByProfile(profileUuid: $profileUuid) {
|
||||
kycProfileTeaser(profileUuid: $profileUuid) {
|
||||
companyType
|
||||
registrationYear
|
||||
isActive
|
||||
|
||||
Reference in New Issue
Block a user