Initial commit from monorepo
This commit is contained in:
39
graphql/operations/team/orders/GetTeamOrders.graphql
Normal file
39
graphql/operations/team/orders/GetTeamOrders.graphql
Normal file
@@ -0,0 +1,39 @@
|
||||
query GetTeamOrders {
|
||||
getTeamOrders {
|
||||
uuid
|
||||
name
|
||||
status
|
||||
totalAmount
|
||||
currency
|
||||
sourceLocationName
|
||||
destinationLocationName
|
||||
createdAt
|
||||
orderLines {
|
||||
uuid
|
||||
productName
|
||||
quantity
|
||||
unit
|
||||
}
|
||||
stages {
|
||||
uuid
|
||||
name
|
||||
stageType
|
||||
transportType
|
||||
sourceLatitude
|
||||
sourceLongitude
|
||||
destinationLatitude
|
||||
destinationLongitude
|
||||
sourceLocationName
|
||||
destinationLocationName
|
||||
trips {
|
||||
uuid
|
||||
name
|
||||
plannedLoadingDate
|
||||
actualLoadingDate
|
||||
plannedUnloadingDate
|
||||
actualUnloadingDate
|
||||
realLoadingDate
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user