mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Fix config renamed by error (#9559)
This commit is contained in:
parent
0af8277f0b
commit
65bc2d04d3
@ -24,7 +24,7 @@ const { buildQuery, buildMutation } = require('./resolvers-builder');
|
||||
*/
|
||||
|
||||
const generateSchema = () => {
|
||||
const isFederated = _.get(strapi.plugins.graphql.config, 'isFederated', false);
|
||||
const isFederated = _.get(strapi.plugins.graphql.config, 'federation', false);
|
||||
const shadowCRUDEnabled = strapi.plugins.graphql.config.shadowCRUD !== false;
|
||||
|
||||
// Generate type definition and query/mutation for models.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user