mirror of
https://github.com/strapi/strapi.git
synced 2025-11-01 18:33:55 +00:00
Fix missing populate in graphql queries
This commit is contained in:
parent
def65ba152
commit
9103e3a2fa
@ -263,7 +263,7 @@ module.exports = {
|
||||
});
|
||||
|
||||
if (isController) {
|
||||
const values = await resolver.call(null, ctx, null, { populate: [] });
|
||||
const values = await resolver.call(null, ctx, null);
|
||||
|
||||
if (ctx.body) {
|
||||
return ctx.body;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user