fix(deps): update module github.com/99designs/gqlgen to v0.17.88
schemas / vulnerabilities (pull_request) Successful in 1m47s
schemas / check-release (pull_request) Successful in 2m57s
pre-commit / pre-commit (pull_request) Successful in 5m46s
schemas / check (pull_request) Failing after 11m53s
schemas / build (pull_request) Has been skipped
schemas / deploy-prod (pull_request) Has been skipped

This commit is contained in:
2026-03-09 01:34:34 +00:00
committed by Joakim Olsson
parent 4edddee47b
commit 831dcdc8e2
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