/* eslint-disable no-undef */ module.exports = { client: { includes: ['./operations/*.graphql'], service: { name: 'strapi', url: require('./config.cjs').url, }, }, };