ifms-pti/apollo.config.js
2020-12-08 14:19:27 -04:00

9 lines
133 B
JavaScript

module.exports = {
client: {
service: {
name: "ifms-pti-srv",
url: "http://localhost:4000/graphql",
},
},
};