first
/after
and last
/before
pagination arguments. To simply query get first 10 issues for your organization:pageInfo.endCursor
as after
parameter for the next request. You can do this as long as pageInfo.hasNextPage
return true and you'll paginate through all the values in the collection.createdAt
field. To get most recently updated resources, you can alternatively order by updatedAt
field: