From 1f0a3e97ae8998c72e4195f83758452f89ad6274 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Fri, 9 Jul 2021 13:09:52 +0530 Subject: [PATCH] refactor: gql docs --- components/collections/graphql/Request.vue | 7 ++ components/collections/graphql/index.vue | 88 ++++++++--------- components/collections/index.vue | 99 +++++++++---------- components/collections/my/Request.vue | 7 ++ components/collections/teams/Request.vue | 7 ++ components/graphql/Field.vue | 42 ++++---- components/graphql/Type.vue | 58 +++++------ components/graphql/TypeLink.vue | 4 +- .../history/__tests__/GraphqlCard.spec.js | 86 ++++++++-------- components/history/__tests__/RestCard.spec.js | 44 ++++----- components/history/graphql/Card.vue | 4 + components/history/rest/Card.vue | 4 + components/smart/__tests__/Tabs.spec.js | 2 +- lang/en-US.json | 5 +- pages/graphql.vue | 90 ++++++++--------- 15 files changed, 283 insertions(+), 264 deletions(-) diff --git a/components/collections/graphql/Request.vue b/components/collections/graphql/Request.vue index 6628ac89..695d8d5c 100644 --- a/components/collections/graphql/Request.vue +++ b/components/collections/graphql/Request.vue @@ -41,6 +41,13 @@ > {{ request.name }} +