Bootstrap graphql api schema

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-22 10:56:45 +01:00
parent 74be91f41c
commit 0904426891
7 changed files with 6359 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
//go:generate go run github.com/99designs/gqlgen generate
package console_v1
type (
Resolver struct{}
)