mirror of
https://github.com/zhigang1992/apollo.git
synced 2026-04-29 04:15:37 +08:00
Correct sentence
This commit is contained in:
committed by
Peggy Rayzis
parent
cff075c2a7
commit
744d771d18
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user