From 3a66111ad712408e0740cac5a585ddc1cee728af Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 14 Nov 2018 16:51:09 +0100 Subject: [PATCH] Add GraphQL config file for https://github.com/graphql-cli/graphql-cli Signed-off-by: Thomas Citharel --- .graphqlconfig.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .graphqlconfig.yaml diff --git a/.graphqlconfig.yaml b/.graphqlconfig.yaml new file mode 100644 index 000000000..97d01151f --- /dev/null +++ b/.graphqlconfig.yaml @@ -0,0 +1,6 @@ +projects: + Mobilizon: + schemaPath: schema.graphql + extensions: + endpoints: + dev: 'http://localhost:4000/api'