new hudId in order in others queries
This commit is contained in:
@@ -22,7 +22,14 @@ query listApplications @auth(level: USER) {
|
||||
order {
|
||||
id
|
||||
eventName
|
||||
location
|
||||
#location
|
||||
|
||||
teamHub {
|
||||
address
|
||||
placeId
|
||||
hubName
|
||||
}
|
||||
|
||||
business {
|
||||
id
|
||||
businessName
|
||||
@@ -78,7 +85,14 @@ query getApplicationById($id: UUID!) @auth(level: USER) {
|
||||
order {
|
||||
id
|
||||
eventName
|
||||
location
|
||||
#location
|
||||
|
||||
teamHub {
|
||||
address
|
||||
placeId
|
||||
hubName
|
||||
}
|
||||
|
||||
business {
|
||||
id
|
||||
businessName
|
||||
@@ -135,7 +149,14 @@ query getApplicationsByShiftId($shiftId: UUID!) @auth(level: USER) {
|
||||
order {
|
||||
id
|
||||
eventName
|
||||
location
|
||||
#location
|
||||
|
||||
teamHub {
|
||||
address
|
||||
placeId
|
||||
hubName
|
||||
}
|
||||
|
||||
business {
|
||||
id
|
||||
businessName
|
||||
@@ -205,7 +226,14 @@ query getApplicationsByShiftIdAndStatus(
|
||||
order {
|
||||
id
|
||||
eventName
|
||||
location
|
||||
#location
|
||||
|
||||
teamHub {
|
||||
address
|
||||
placeId
|
||||
hubName
|
||||
}
|
||||
|
||||
business {
|
||||
id
|
||||
businessName
|
||||
@@ -269,7 +297,14 @@ query getApplicationsByStaffId(
|
||||
order {
|
||||
id
|
||||
eventName
|
||||
location
|
||||
#location
|
||||
|
||||
teamHub {
|
||||
address
|
||||
placeId
|
||||
hubName
|
||||
}
|
||||
|
||||
business {
|
||||
id
|
||||
businessName
|
||||
|
||||
Reference in New Issue
Block a user