fix(deps): update module github.com/99designs/gqlgen to v0.17.88 (#762)
schemas / vulnerabilities (push) Successful in 1m57s
schemas / check (push) Successful in 2m42s
Release / release (push) Failing after 1m6s
schemas / check-release (push) Successful in 3m42s
pre-commit / pre-commit (push) Successful in 6m7s
schemas / build (push) Successful in 5m25s
schemas / deploy-prod (push) Successful in 1m25s

This commit was merged in pull request #762.
This commit is contained in:
2026-03-09 11:50:57 +00:00
parent 4edddee47b
commit 357be92d1e
3 changed files with 17 additions and 9 deletions
+8
View File
@@ -4028,6 +4028,10 @@ func (ec *executionContext) fieldContext___Type_isOneOf(_ context.Context, field
func (ec *executionContext) unmarshalInputInputAPIKey(ctx context.Context, obj any) (model.InputAPIKey, error) {
var it model.InputAPIKey
if obj == nil {
return it, nil
}
asMap := map[string]any{}
for k, v := range obj.(map[string]any) {
asMap[k] = v
@@ -4082,6 +4086,10 @@ func (ec *executionContext) unmarshalInputInputAPIKey(ctx context.Context, obj a
func (ec *executionContext) unmarshalInputInputSubGraph(ctx context.Context, obj any) (model.InputSubGraph, error) {
var it model.InputSubGraph
if obj == nil {
return it, nil
}
asMap := map[string]any{}
for k, v := range obj.(map[string]any) {
asMap[k] = v