From c3592c0674af287e974ec78e256cbc30be89399d Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Tue, 8 Dec 2020 14:19:27 -0400 Subject: [PATCH] Added Apollo IDE config --- apollo.config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apollo.config.js 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", + }, + }, +};