# departmentDetail **Type:** GraphQL queries ## Arguments - _id (String) ## Response **Type:** Department **Description:** undefined ### Fields - _id (String) - title (String) - description (String) - parentId (String) - supervisorId (String) - supervisor (User) - code (String) - order (String) - parent (Department) - children (Department) - childCount (Int) - users (User) - userCount (Int) - userIds (String)