I want to limit the result of return strapi.services.myType.fetchAll (ctx.query);
by selecting certain columns (SELECT column1, column2, ...
not SELECT *
).
How and where can I edit "ctx.query"?
Many thanks!
P.S. I also do not know exactly how to use GraphQL (for backend) for this case. Can someone give me a hint please?