chore(graphql): catalog should be required
This commit is contained in:
@@ -7,5 +7,5 @@ type CatalogQuery {
|
||||
}
|
||||
|
||||
type Query {
|
||||
catalog: CatalogQuery
|
||||
catalog: CatalogQuery!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user