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:
@@ -2,6 +2,7 @@ query GetSupplierProfile($uuid: String!) {
|
||||
getSupplierProfile(uuid: $uuid) {
|
||||
uuid
|
||||
teamUuid
|
||||
kycProfileUuid
|
||||
name
|
||||
description
|
||||
country
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
query GetSupplierProfileByTeam($teamUuid: String!) {
|
||||
getSupplierProfileByTeam(teamUuid: $teamUuid) {
|
||||
uuid
|
||||
teamUuid
|
||||
kycProfileUuid
|
||||
name
|
||||
description
|
||||
country
|
||||
logoUrl
|
||||
isVerified
|
||||
isActive
|
||||
offersCount
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user