seeding a project
What would be the best way to seed a project? Currently running against read and write limits. I want to 1) purge an entire table, then 2) insert a lot rows. Is there anything better than 1) paginate to get all
_ids and remove and for 2) create internal mutations for batches?