Cant create component relations

Hi

I am trying to create a object with strapi.query().create() and want to set the lehrer property (repetable component with one to one relation). But I am unable to do so.

I‘ve tried connect, the json swagger docs but nothings works. Even copying the object from the PUT in the admin panel donest work, with query().

How can i set the component?

This topic has been created from a Discord post (1271430280464306300) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

found the issue, i need to switch the query engien with the entity service api than my relations are saved on create

(Entity Service API | Strapi Documentation)