Correct sentence

This commit is contained in:
unicodeveloper
2018-10-11 14:45:28 +01:00
committed by Peggy Rayzis
parent cff075c2a7
commit 744d771d18

View File

@@ -262,7 +262,7 @@ Query: {
...
```
Let's test the cursor-based pagination we just implemented. Go ahead and run your GraphQL server, write a `launches` query in GraphQL Playground and pass a `pageSize` value of 3.
Let's test the cursor-based pagination we just implemented. Go ahead and run your GraphQL server, write a `launches` query in GraphQL Playground with a `pageSize` value of 3 passed as an argument and hit the Play button.
The response should look like the paginated data shown below: