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