ifms-pti/apollo.config.js

9 lines
133 B
JavaScript
Raw Normal View History

2020-12-08 18:19:27 +00:00
module.exports = {
client: {
service: {
name: "ifms-pti-srv",
url: "http://localhost:4000/graphql",
},
},
};