mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
299 B
299 B
Seeding
Seeding The Database
Optionally you can seed the GraphQL service by executing mutations that will write sample data to the database:
{% tabs %} {% tab title="Yarn" %}
yarn seedDb
{% endtab %}
{% tab title="NPM" %}
npm run seedDb
{% endtab %} {% endtabs %}