System Information
- Strapi Version: 4.7.0
- Operating System: Ubuntu 22.04
- Database: PostgreSql
- Node Version: 16.20.0
- NPM Version: 8.19.4
- Yarn Version:
Hi, please help, i need fetch data from component by its name, its for reusable components data for other collection items
i tried:
query.get(component).findMany();
strapi.components(componentName).get()
etc...
I havn`t found any info about querying content from components, could you help please.