Files
webapp/graphql/operations/public/exchange/GetSupplierProfile.graphql
T
2026-01-21 09:19:44 +07:00

15 lines
219 B
GraphQL

query GetSupplierProfile($uuid: String!) {
getSupplierProfile(uuid: $uuid) {
uuid
teamUuid
kycProfileUuid
name
description
country
logoUrl
isVerified
isActive
offersCount
}
}