mirror of
https://github.com/strapi/strapi.git
synced 2025-09-11 17:46:45 +00:00
10 lines
197 B
JavaScript
10 lines
197 B
JavaScript
'use strict';
|
|
|
|
const buildMutationResolver = (/*contentTypeUID, action*/) => {
|
|
return (/*root, options, graphqlContext*/) => {
|
|
return {};
|
|
};
|
|
};
|
|
|
|
module.exports = { buildMutationResolver };
|