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