GraphQL: update example query

This commit is contained in:
Drew DeVault 2021-02-25 10:19:30 -05:00
parent d5db6a05e9
commit b5b4fbd983
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ query {
# Grab their canonical name:
canonicalName
# And a list of trackers:
trackers(filter: { count: 5 }) {
trackers {
# This resource is paginated, so it has a cursor. If you pass this value
# into trackers(cursor:"...") in a subsequent request, you'll get the
# next page.