INPUT_OBJECT
OverlappingActivities_TimeRange_Filter
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.
link GraphQL Schema definition
- input OverlappingActivities_TimeRange_Filter {
- DateTimeExpression! :
- DateTimeExpression! :
- # If provided, this date time range will only be validated against this user_id
- Int :
- }