Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 authored Sep 27, 2022
1 parent 7a6c704 commit 72ba42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Go to http://localhost:8000/ and try out the following queries:

### Fetch inactive customers with pagination

```grahpql
```graphql
{
customer(filters: { active: { eq: 0 } }, pagination: { page: 2, limit: 3 }) {
data {
Expand Down

0 comments on commit 72ba42f

Please sign in to comment.