From 23a7a6ca1f8a477aed366be20a2733fb33ef6f7d Mon Sep 17 00:00:00 2001 From: Thibault Boursier Date: Sun, 1 Dec 2019 12:52:54 +0100 Subject: [PATCH] fix babel-plugin-macros error (https://github.com/relayjs/relay-examples/issues/120) --- .babel-plugin-macrosrc.yml | 1 + schemas/schema.graphql | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .babel-plugin-macrosrc.yml diff --git a/.babel-plugin-macrosrc.yml b/.babel-plugin-macrosrc.yml new file mode 100644 index 0000000..3ae0981 --- /dev/null +++ b/.babel-plugin-macrosrc.yml @@ -0,0 +1 @@ +relay: ~ diff --git a/schemas/schema.graphql b/schemas/schema.graphql index 51433ee..f0929b4 100644 --- a/schemas/schema.graphql +++ b/schemas/schema.graphql @@ -1,5 +1,5 @@ # source: https://api.digitransit.fi/routing/v1/routers/finland/index/graphql -# timestamp: Sun Dec 01 2019 12:18:15 GMT+0100 (GMT+01:00) +# timestamp: Sun Dec 01 2019 12:52:04 GMT+0100 (GMT+01:00) schema { query: QueryType