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: {} } };