I am trying to create some fixtures for my Loopback API using loopback-component-fixtures. https://www.npmjs.com/package/loopback-component-fixtures
Although I am able to create fixtures for simple model entities, I am unable to create relations. e.g I can create clients and I can create orders, but I can't create a client with 1 or many orders.
I could not find this in the documentation and I tried creating the JSON with the relation within but it simply ignores it.