add graphql

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-06-11 20:45:45 +03:00
parent 55fa1ee403
commit 6d17a74ffb
16 changed files with 8494 additions and 48 deletions

9
graphql.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"google.golang.org/protobuf/compiler/protogen"
)
func (g *Generator) graphqlGenerate(plugin *protogen.Plugin) error {
return nil
}