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-01-12 15:35:19 +03:00

11 lines
244 B
JavaScript

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