GraphlQL only returning 10 items

System Information
  • Strapi Version: 4.0.3
  • Operating System:
  • Database:
  • Node Version: 14.18.2
  • NPM Version: 6.14.15
  • Yarn Version:

Doing a graphQL request in nextJS and only getting back 10 items when there are more in the collection. This is happening in development and in deployment (deployed through heroku. I have these config settings in config > env >production >plugins.js and also tried in config > plugins.js graphql: { enabled: true, endpoint: "/graphql", shadowCRUD: true, playgroundAlways: true, depthLimit: 10, amountLimit: 7, introspection: true, apolloServer: { tracing: false, }, },

I don’t understand because isn’t the automatic limit suppose to be 100 anyways? Unsure why it would only be fetching 10, the images being used and fetched in the call are being hosted on Cloudinary