9
graphql.go
Normal file
9
graphql.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"google.golang.org/protobuf/compiler/protogen"
|
||||
)
|
||||
|
||||
func (g *Generator) graphqlGenerate(plugin *protogen.Plugin) error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user