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

15 lines
243 B
GraphQL

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