mirror of
https://github.com/strapi/strapi.git
synced 2025-09-09 16:47:06 +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 };
|