2018-11-15 13:03:05 +00:00

21 lines
299 B
Markdown

# 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" %}
```bash
yarn seedDb
```
{% endtab %}
{% tab title="NPM" %}
```bash
npm run seedDb
```
{% endtab %}
{% endtabs %}