diff --git a/components/graphql/type.vue b/components/graphql/type.vue index 38326721..e4730dbe 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: {} } };