When I define my mutations in the seed-data.js file, my mutations are executed alphabetically by the plugin (by the name of the object which holds the mutation and data), rather than by the order in which I defined them in the file. Because I'm seeding relational data, the order matters, so I would like to manage the order of mutations in a different way than renaming the objects so that it has an alphabetic order.
When I define my mutations in the seed-data.js file, my mutations are executed alphabetically by the plugin (by the name of the object which holds the mutation and data), rather than by the order in which I defined them in the file. Because I'm seeding relational data, the order matters, so I would like to manage the order of mutations in a different way than renaming the objects so that it has an alphabetic order.