2019-04-11 19:02:55 -03:00

300 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 db:seed

{% endtab %}

{% tab title="NPM" %}

npm run db:seed

{% endtab %} {% endtabs %}