chore(graphql): catalog should be required

This commit is contained in:
blam
2020-07-23 20:58:57 +02:00
parent be2ed9b77e
commit 6927616150
+1 -1
View File
@@ -7,5 +7,5 @@ type CatalogQuery {
}
type Query {
catalog: CatalogQuery
catalog: CatalogQuery!
}