module.exports = { client: { service: { name: 'crmgraphql', url: 'http://localhost/crmgraphql/', localSchemaFile: 'src/core/graphql/schemas/crm.graphql', }, excludes: ['src/core/graphql/schemas/**/*.*'], }, };