Hey @Orion,
100 items is the maximum number to be returned in a single call to the API. In order to get more items, you’ll have to do “paging”. Basically, it’s when you send the same query multiple times, but you tell it where to pick up in the results using a “cursor”.
Check out: https://developer.shiphero.com/graphql-primer/#pagination
Jeremy