From faa420753f0d16c8d2e45d7457503d0ab6fb7cbc Mon Sep 17 00:00:00 2001 From: Andrew Bastin Date: Thu, 9 Jan 2020 13:31:30 -0500 Subject: [PATCH] Added argument and typelink components for GraphQL --- components/graphql/argument.vue | 44 +++++++++++++++++++++++++++++++++ components/graphql/typelink.vue | 33 +++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 components/graphql/argument.vue create mode 100644 components/graphql/typelink.vue diff --git a/components/graphql/argument.vue b/components/graphql/argument.vue new file mode 100644 index 000000000..335381a41 --- /dev/null +++ b/components/graphql/argument.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/components/graphql/typelink.vue b/components/graphql/typelink.vue new file mode 100644 index 000000000..b451d7f93 --- /dev/null +++ b/components/graphql/typelink.vue @@ -0,0 +1,33 @@ + + + + + +