fennec-fe/apollo.config.js

9 lines
127 B
JavaScript
Raw Normal View History

module.exports = {
client: {
service: {
name: 'fennec-be',
url: 'http://localhost:7122/graphql'
}
}
};