10 lines
151 B
JavaScript
Raw Normal View History

'use strict';
/**
* GraphQL.js controller
*
* @description: A set of functions called "actions" of the `GraphQL` plugin.
*/
module.exports = {};