Added Apollo IDE config

This commit is contained in:
Douglas Barone 2020-12-08 14:19:27 -04:00
parent 50afc2a788
commit c3592c0674

8
apollo.config.js Normal file
View File

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