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.
  • user_id
  • # Whether a leave request has been approved. Defaults to true.
  • is_approved
  • # The start datetime of the leave request.
  • start_datetime
  • # The end datetime of the leave request.
  • end_datetime
  • # The unique leave type ID.
  • leave_type_id
  • # Filters to leave requests that have been deleted. Defaults to false
  • show_deleted
  • }