Implement a query for getting all the restaurant groups. ``` query { getAllRestaurantGroups() { id name description restaurants } } ```