For one of our apps we’re using the GraphQL Admin API for retrieving customer tags on the shop. We found that we are only given the first 250, and we cannot retrieve any more after that.
There’s no explicit “250 customer tag limit”, but it’s limited by the first argument here in the Shop.customerTags connection. In this case the limit of first is 250 . When I tried to exceed this number I got an error back from Shopify.
Anyone know why this limit is in place, and if this is going to be opened up in the future? Thanks!
Update: The product team confirmed this is a gap in our API and will be looking at how to support adding an after field for paginating. No ETA to share however - but will keep an eye on the issue internally.