zapishis-client/packages/graphql/apollo.config.js
2024-12-23 19:55:58 +03:00

11 lines
195 B
JavaScript

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