Initial commit from monorepo
This commit is contained in:
28
graphql/operations/public/exchange/GetLocationOffers.graphql
Normal file
28
graphql/operations/public/exchange/GetLocationOffers.graphql
Normal file
@@ -0,0 +1,28 @@
|
||||
query GetLocationOffers($locationUuid: String!) {
|
||||
getOffers(locationUuid: $locationUuid, status: "ACTIVE") {
|
||||
uuid
|
||||
teamUuid
|
||||
status
|
||||
# Location
|
||||
locationUuid
|
||||
locationName
|
||||
locationCountry
|
||||
locationCountryCode
|
||||
locationLatitude
|
||||
locationLongitude
|
||||
# Product
|
||||
productUuid
|
||||
productName
|
||||
categoryName
|
||||
# Price
|
||||
quantity
|
||||
unit
|
||||
pricePerUnit
|
||||
currency
|
||||
# Misc
|
||||
description
|
||||
validUntil
|
||||
createdAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user