From 82756a9c55184ee3cdb697063e8cda2c13a7de2b Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Sat, 18 Jan 2020 04:14:30 -0500 Subject: [PATCH] Added GQL Query Editor component --- components/graphql/queryeditor.vue | 118 +++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 components/graphql/queryeditor.vue diff --git a/components/graphql/queryeditor.vue b/components/graphql/queryeditor.vue new file mode 100644 index 000000000..f44044e0f --- /dev/null +++ b/components/graphql/queryeditor.vue @@ -0,0 +1,118 @@ + + +