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

try returning results like this,

return {
    value: yourResults
};