Use gqlgen via tool and update generated code

Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
Émile Ré
2025-12-16 12:44:13 +01:00
parent 9690d730b8
commit d702c4b7c6
11 changed files with 410 additions and 443 deletions

View File

@@ -1,8 +0,0 @@
//go:build tools
package tools
import (
_ "github.com/99designs/gqlgen"
_ "github.com/99designs/gqlgen/graphql/introspection"
)