Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 300 Bytes

File metadata and controls

20 lines (15 loc) · 300 Bytes

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 %}