mirror of
https://github.com/strapi/strapi.git
synced 2025-07-14 04:21:56 +00:00
10 lines
165 B
JavaScript
10 lines
165 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* GraphQL.js service
|
|
*
|
|
* @description: A set of functions similar to controller's actions to avoid code duplication.
|
|
*/
|
|
|
|
module.exports = {};
|