Yes, it’s empty but, If I do that in the admin I get the response with all the dishes. I even tried to modify the restaurant.gql to
query Dishes {
dishes {
name
description
image {
url
}
}
}
and to inject them in Nuxt and it works. The only problem is that those dishes made for a specific restaurant are getting injected in all the restaurants. The model seems to be fine, might be a problem with the query for not parsing the restaurant.dishes at all?