felicity-lims/apollo.config.js
2023-11-10 08:05:15 +02:00

11 lines
321 B
JavaScript

module.exports = {
client: {
service: {
name: 'felicity-lims',
// URL to the GraphQL API
url: 'http://localhost:8000/felicity-gql',
},
// Files processed by the extension
includes: ['src/*.vue', 'src/*.ts', 'src/**/*.vue', 'src/**/*.ts'],
},
};