remove graphql

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2026-02-11 23:46:27 +03:00
parent 3e9e80bd37
commit a0ec43dc27
13 changed files with 147 additions and 8560 deletions

View File

@@ -106,10 +106,10 @@ func (g *Generator) Generate(plugin *protogen.Plugin) error {
err = g.chiGenerate(component, plugin)
case "openapiv3":
err = g.openapiv3Generate(plugin)
case "graphqls":
err = g.graphqlsGenerate(plugin)
case "graphql":
err = g.graphqlGenerate(plugin)
// case "graphqls":
// err = g.graphqlsGenerate(plugin)
// case "graphql":
// err = g.graphqlGenerate(plugin)
case "none":
break
default: