modification schema of event
This commit is contained in:
@@ -45,7 +45,18 @@ query listEvents (
|
||||
notes
|
||||
requested
|
||||
assignedStaff
|
||||
orderType
|
||||
department
|
||||
createdBy
|
||||
recurringStartDate
|
||||
recurringEndDate
|
||||
recurringDays
|
||||
permanentStartDate
|
||||
permanentDays
|
||||
includeBackup
|
||||
backupStaffCount
|
||||
recurringTime
|
||||
permanentTime
|
||||
}
|
||||
}
|
||||
|
||||
@@ -87,7 +98,18 @@ query getEventById(
|
||||
invoiceId
|
||||
notes
|
||||
requested
|
||||
orderType
|
||||
department
|
||||
assignedStaff
|
||||
recurringStartDate
|
||||
recurringEndDate
|
||||
recurringDays
|
||||
permanentStartDate
|
||||
permanentDays
|
||||
includeBackup
|
||||
backupStaffCount
|
||||
recurringTime
|
||||
permanentTime
|
||||
}
|
||||
}
|
||||
|
||||
@@ -99,7 +121,7 @@ query filterEvents(
|
||||
$isRapid: Boolean,
|
||||
$isMultiDay: Boolean,
|
||||
$recurrenceType: RecurrenceType,
|
||||
$date: Timestamp,
|
||||
$date: String,
|
||||
$hub: String,
|
||||
$eventLocation: String,
|
||||
$contractType: ContractType,
|
||||
@@ -155,6 +177,17 @@ query filterEvents(
|
||||
notes
|
||||
requested
|
||||
assignedStaff
|
||||
orderType
|
||||
department
|
||||
createdBy
|
||||
recurringStartDate
|
||||
recurringEndDate
|
||||
recurringDays
|
||||
permanentStartDate
|
||||
permanentDays
|
||||
includeBackup
|
||||
backupStaffCount
|
||||
recurringTime
|
||||
permanentTime
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user