mattmilburn / strapi-plugin-menus

A plugin for Strapi CMS to customize the structure of menus and menu items.
MIT License
110 stars 27 forks source link

How can we populate child relation of a parent relation in api response. #156

Open atul1104 opened 5 months ago

atul1104 commented 5 months ago

How can we populate child relation of a parent relation in api response. i was able to fetch only parent relation field and not child relation present within parent relation.

API: api/menus?nested&populate[items][populate][3]=relation_to_service

In above api "relation_to_service "(parent relation) also has one child relation that is "service-categories". How do i fetch "service-categories" in API using filters.