Initial commit from monorepo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
query GetSupplierProfile($uuid: String!) {
|
||||
getSupplierProfile(uuid: $uuid) {
|
||||
uuid
|
||||
teamUuid
|
||||
name
|
||||
description
|
||||
country
|
||||
logoUrl
|
||||
isVerified
|
||||
isActive
|
||||
offersCount
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user