This repository has been archived on 2025-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
EvoCalculator/apollo.config.js
2022-02-03 15:56:32 +03:00

11 lines
282 B
JavaScript

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'],
},
};