findMany query not available for at least one table

Hi Community,

I used GraphQL combined to a react JS server and linked to a PostgreSQL server. I encounter an issue for one table, named “Rbac” (at least for this one, I didn’t check all tables yet) with the findManyRbac query. It is not available for this table via the Explorer althought I can see it in the resolvers code …

When I look at the explorer, there is no way to have access to the findManyRbac query (even if I try to force and use it), but the findFirstRbac exists …

Any help on why and how to correct that is welcome …

Regards,
Seb