Are GraphQL queries supposed to trigger controller actions in Strapi v4?

Hi,
I have copy-pasted a small update from one of the Strapi team-members regarding the way of resolving gql queries / mutations is in this topic:

Long story short, controllers should not be used to resolve gql queries as one of the goals for v4 was to decouple REST & GraphQL.