# branchDetail **Type:** GraphQL queries ## Arguments - _id (String) ## Response **Type:** Branch **Description:** undefined ### Fields - _id (String) - title (String) - parentId (String) - supervisorId (String) - supervisor (User) - code (String) - order (String) - users (User) - userIds (String) - userCount (Int) - parent (Branch) - children (Branch) - status (String) - address (String) - hasChildren (Boolean)