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

7
tools.go Normal file
View File

@@ -0,0 +1,7 @@
//go:build ignore
package tools
import (
_ "go.unistack.org/micro-proto/v3/graphql"
)