diff --git a/api/graphql-with-apollo/seeding.md b/api/graphql-with-apollo/seeding.md index 205931683..1f3615666 100644 --- a/api/graphql-with-apollo/seeding.md +++ b/api/graphql-with-apollo/seeding.md @@ -7,13 +7,13 @@ Optionally you can seed the GraphQL service by executing mutations that will wri {% tabs %} {% tab title="Yarn" %} ```bash -yarn seedDb +yarn db:seed ``` {% endtab %} {% tab title="NPM" %} ```bash -npm run seedDb +npm run db:seed ``` {% endtab %} {% endtabs %}