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