Skip to content

Commit

Permalink
chore: remove outdated sample query
Browse files Browse the repository at this point in the history
  • Loading branch information
knjk04 authored Mar 20, 2022
1 parent 9afb411 commit 05c2bc0
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,43 +63,6 @@ To run the backend in your IDE, follow the instructions on what to comment out a
You will still need to build and run the backend container:
- `docker-compose build` and `docker compose up db -d`


Sample query:
```graphql
{
findAllBooks {
title
isbn13
yearOfPublication
blurb
publishers {
name
}
isbn10
authors {
fullName
}
lang {
name
}
genre {
name
}
covers {
pathToSmall
pathToMedium
pathToLarge
}
publishingFormat {
formatName
}
awards {
awardName
}
}
}
```

#### Windows: error code 127

![image](https://user-images.githubusercontent.com/11173328/141674111-ed0d30a8-10a3-4153-8ff9-24579db65bff.png)
Expand Down

0 comments on commit 05c2bc0

Please sign in to comment.