We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555e73a commit c6452e1Copy full SHA for c6452e1
README.md
@@ -256,7 +256,7 @@ var results = await "https://graphql-star-wars.azurewebsites.net/api/graphql"
256
query ($first: Int, $after: String) {
257
characters(first: $first, after: $after) {
258
totalCount
259
- pageInfo {
+ pageInfo {
260
hasNextPage
261
hasPreviousPage
262
startCursor
0 commit comments