EvoCalculator.Client2/apollo.config.js
2022-05-14 19:05:50 +03:00

11 lines
219 B
JavaScript

/** @type {import('apollo').ApolloConfig} */
module.exports = {
client: {
service: {
name: 'crmgraphql',
localSchemaFile: './graphql/crm.schema.graphql',
},
excludes: ['graphql/**/*'],
},
};