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
Chika 129ab75840 merge release/dyn-686:
telematic_min-price_products-by-users
2022-01-21 15:13:03 +03:00

11 lines
247 B
JavaScript

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