Hi,
Beside using the “normal” admin UI, I’ll have to upload lots of data and put them into the right tables.
I see that the existing client SDK isn’t the recommended solution, but I’m not sure what’s the best:
- loading the data directly into the database (and bypassing strapi)?
- using graphql and apollo?
- writing our own wrapper around the API?
I’m assuming there are already solutions to CRUD the data into strapi using the api that provides an abstraction and handle some data transformation and authentication?
What’s the recommended way?