felicity-lims/apollo.config.js

12 lines
321 B
JavaScript
Raw Normal View History

module.exports = {
client: {
2023-04-10 09:29:10 +08:00
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'],
},
2023-04-10 09:29:10 +08:00
};