'use strict'; const buildMutationResolver = (/*contentTypeUID, action*/) => { return (/*root, options, graphqlContext*/) => { return {}; }; }; module.exports = { buildMutationResolver };