ENUM
LeaveRequest_WhereGroup_Fields
Where group options for LeaveRequest. Matches when any field in the array is met
link GraphQL Schema definition
- enum LeaveRequest_WhereGroup_Fields {
- # Unique user ID.
- # Whether a leave request has been approved. Defaults to true.
- # The start datetime of the leave request.
- # The end datetime of the leave request.
- # The unique leave type ID.
- # Filters to leave requests that have been deleted. Defaults to false
- }