From 62f52a0be1e7e30f0123d9cec8572f08bc89df49 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Tue, 19 Nov 2019 09:53:02 +0530 Subject: [PATCH] :bug: Fixed gqlType --- components/graphql/type.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/graphql/type.vue b/components/graphql/type.vue index 383267215..e4730dbe1 100644 --- a/components/graphql/type.vue +++ b/components/graphql/type.vue @@ -41,7 +41,7 @@ export default { "gql-field": () => import("./field") }, props: { - gqlType: Object + gqlType: {} } };