zapishis-client/packages/graphql/apollo.config.js
2024-12-17 12:59:53 +03:00

11 lines
209 B
JavaScript

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