Add KYC profile integration and SupplierInfoBlock component
Some checks failed
Build Docker Image / build (push) Failing after 2m51s
Some checks failed
Build Docker Image / build (push) Failing after 2m51s
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
query GetKycProfileTeaser($profileUuid: String!) {
|
||||
companyTeaserByProfile(profileUuid: $profileUuid) {
|
||||
companyType
|
||||
registrationYear
|
||||
isActive
|
||||
sourcesCount
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user