From 69276161507a64f5624399e75d6f29e620de4f01 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 23 Jul 2020 20:58:57 +0200 Subject: [PATCH] chore(graphql): catalog should be required --- plugins/graphql/src/schema.gql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/graphql/src/schema.gql b/plugins/graphql/src/schema.gql index a03bdbc317..5568182f7f 100644 --- a/plugins/graphql/src/schema.gql +++ b/plugins/graphql/src/schema.gql @@ -7,5 +7,5 @@ type CatalogQuery { } type Query { - catalog: CatalogQuery + catalog: CatalogQuery! }