Adding GQL Extension Attributes to ContentType Filter

System Information
  • Strapi Version: 4.5.1
  • Operating System: Windows
  • Database: MySQL
  • Node Version: 16.15.0
  • Yarn Version: 3.2.3

Hey,

My guess is that this is not possible, but it would be really handy if it did.

I’ve added a few fields to my content types via the GQL extension system that are generated from other data in the content. These fields are valid in the return part of a query automatically, but are not available as part of the <x>FiltersInput type for filtering in the generated query.

Is there any way to add extra attributes programatically to a content type that will have their participation in the filter added automatically? Is there a way to use the Nexus extension to extend the filter types?