System Information
- Strapi Version: 4.4.1
- Operating System: mac
- Database: postgre
- Node Version: 16.
- NPM Version:
- Yarn Version:
can’t find doc on how to create a relationship using the Entity Service API.
CRUD operations are described here: CRUD operations with Entity Service API - Strapi Developer Docs
in the doc here for the .create() it says “populate Relations, components and dynamic zones to populate”.
But on the populate page there are only examples for findMany() - but not for create()
Do you know how to create a parent-child relation using the Entity Service API?