> For the complete documentation index, see [llms.txt](https://docs.human-connection.org/human-connection/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.human-connection.org/human-connection/docs_fix_link/backend/graphql-with-apollo/graphql-with-apollo/seeding.md).

# 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 db:seed
```

{% endtab %}

{% tab title="NPM" %}

```bash
npm run db:seed
```

{% endtab %}
{% endtabs %}
