diff --git a/README.md b/README.md index 6aa75d73..17ec6174 100644 --- a/README.md +++ b/README.md @@ -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 {