Closed jacqui closed 3 years ago
How best to do this: I think using webiny's commodo would work best... maybe.
Example from https://docs.webiny.com/docs/api-development/commodo/crash-course/:
const dog = new Dog(); dog.populate({ name: "Rex", age: 4, willScratchYou: false, drools: 1 });
Actually, after thinking about it, I think scripting this data population via the graphql API is the best approach:
How best to do this: I think using webiny's commodo would work best... maybe.
Example from https://docs.webiny.com/docs/api-development/commodo/crash-course/: