mirror of
https://github.com/strapi/strapi.git
synced 2025-09-12 01:56:43 +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 };
|