INPUT_OBJECT

OverlappingTimesheetsInput

link GraphQL Schema definition

  • input OverlappingTimesheetsInput {
  • # The date time ranges that are validated against existing activities for provided
  • # user_ids. If a user_id is provided, the date time range will only be validated
  • # for that user.
  • datetime_ranges: [OverlappingActivities_TimeRange_Filter]!
  • # The users to validate existing timesheet activities against
  • user_ids: [Int]!
  • }