new field and enums values for break in shiftrole
This commit is contained in:
@@ -15,6 +15,7 @@ query getShiftRoleById(
|
||||
department
|
||||
uniform
|
||||
breakType
|
||||
isBreakPaid
|
||||
totalValue
|
||||
createdAt
|
||||
|
||||
@@ -76,6 +77,7 @@ query listShiftRolesByShiftId(
|
||||
department
|
||||
uniform
|
||||
breakType
|
||||
isBreakPaid
|
||||
totalValue
|
||||
createdAt
|
||||
|
||||
@@ -132,6 +134,7 @@ query listShiftRolesByRoleId(
|
||||
department
|
||||
uniform
|
||||
breakType
|
||||
isBreakPaid
|
||||
totalValue
|
||||
createdAt
|
||||
|
||||
@@ -195,6 +198,7 @@ query listShiftRolesByShiftIdAndTimeRange(
|
||||
department
|
||||
uniform
|
||||
breakType
|
||||
isBreakPaid
|
||||
totalValue
|
||||
createdAt
|
||||
|
||||
@@ -263,6 +267,7 @@ query listShiftRolesByVendorId(
|
||||
department
|
||||
uniform
|
||||
breakType
|
||||
isBreakPaid
|
||||
totalValue
|
||||
createdAt
|
||||
|
||||
@@ -371,6 +376,7 @@ query listShiftRolesByBusinessAndOrder(
|
||||
endTime
|
||||
hours
|
||||
breakType
|
||||
isBreakPaid
|
||||
totalValue
|
||||
createdAt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user