Files
webapp/graphql/operations/public/exchange/GetSupplierProfile.graphql
2026-01-07 09:10:35 +07:00

14 lines
200 B
GraphQL

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