docs: remove the requirement on is queryable (#8199)

This commit is contained in:
Shahed Nasser
2024-07-21 21:20:24 +02:00
committed by GitHub
parent 8daa4119f0
commit 2f56030101
3 changed files with 0 additions and 34 deletions
@@ -144,9 +144,6 @@ module.exports = defineConfig({
modules: {
marketplaceModuleService: {
resolve: "./modules/marketplace",
definition: {
isQueryable: true,
},
},
},
})