Update backend/installation/configuration.md

Co-Authored-By: Tirokk <wolle.huss@pjannto.com>
This commit is contained in:
Robert Schäfer 2019-01-23 18:23:03 +01:00 committed by GitHub
parent b2093b3025
commit c96666e5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ wget https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/3.
## Seeding Database with Data
Now we have to seed our database with default data, so that GraphQL requests or playing with our GraphQL Playground makes sense.
Now we have to seed our database with default data, so that GraphQL requests or playing with our GraphQL Playground returns anything else than an empty response.
To fill the database with Nitro-Backend default data send the command:
```bash