diff --git a/apollo.config.js b/apollo.config.js new file mode 100644 index 0000000..9873c1d --- /dev/null +++ b/apollo.config.js @@ -0,0 +1,8 @@ +module.exports = { + client: { + service: { + name: "ifms-pti-srv", + url: "http://localhost:4000/graphql", + }, + }, +};