mirror of
https://github.com/strapi/strapi.git
synced 2025-09-12 18:19:47 +00:00
10 lines
191 B
JavaScript
10 lines
191 B
JavaScript
![]() |
'use strict';
|
||
|
|
||
|
const buildQueryResolver = (/*contentTypeUID, action*/) => {
|
||
|
return (/*root, options, graphqlContext*/) => {
|
||
|
return {};
|
||
|
};
|
||
|
};
|
||
|
|
||
|
module.exports = { buildQueryResolver };
|