chore: fix dependabot alerts (#2851)

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>
This commit is contained in:
Ramkumar Chinchani
2024-12-23 21:10:23 -08:00
committed by GitHub
parent 75c41ad380
commit 6ca9c66260
8 changed files with 416 additions and 413 deletions
File diff suppressed because it is too large Load Diff
@@ -430,7 +430,7 @@ func (e SortCriteria) String() string {
return string(e)
}
func (e *SortCriteria) UnmarshalGQL(v interface{}) error {
func (e *SortCriteria) UnmarshalGQL(v any) error {
str, ok := v.(string)
if !ok {
return fmt.Errorf("enums must be strings")
+1 -1
View File
@@ -2,7 +2,7 @@ package search
// This file will be automatically regenerated based on the schema, any resolver implementations
// will be copied through when generating and any unknown code will be moved to the end.
// Code generated by github.com/99designs/gqlgen version v0.17.60
// Code generated by github.com/99designs/gqlgen version v0.17.61
import (
"context"