Where is the [contentType]Connetion (graphQL generated endpoint for aggregation) permission?

System Information
  • Strapi Version: 3.6.0
  • Operating System: linux
  • Database: MongoDB
  • Node Version: 12.13.1
  • NPM Version: idk
  • Yarn Version: n/a

I am trying to do some development with the graphQL endpoint which is generated by strapi called [contentType]Connection but it is coming back with a 403. When I go to grant the permission in Strapi I cannot find where I can grant this permission. How can I grant access to this endpoint?

Thank you to the user remedio on the Strapi discord for helping me find the solution to this. The permission for this graphQL endpoint is lumped in with “find” permission so checking that box under Settings > Roles allows for its use.