8 lines
123 B
JavaScript

'use strict';
module.exports = strapi => {
if (strapi.plugin('graphql')) {
require('./graphql')({ strapi });
}
};