Bump gqlgen, copy, crypto, mint, sys deps to the latest versions in API (#1156)

Co-authored-by: Konstantin Koval
This commit is contained in:
Kostiantyn
2025-01-19 21:53:50 +02:00
committed by GitHub
parent ce68c25f45
commit bdb2aef669
16 changed files with 103 additions and 402 deletions

View File

@@ -3,7 +3,7 @@ module github.com/photoview/photoview/api
go 1.23.1
require (
github.com/99designs/gqlgen v0.17.61
github.com/99designs/gqlgen v0.17.63
github.com/Kagami/go-face v0.0.0-20210630145111-0c14797b4d0e
github.com/barasher/go-exiftool v1.10.0
github.com/buckket/go-blurhash v1.1.0
@@ -14,7 +14,7 @@ require (
github.com/gorilla/websocket v1.5.3
github.com/hosom/gomagic v0.0.0-20160718182707-cbc00aac97a4
github.com/joho/godotenv v1.5.1
github.com/otiai10/copy v1.14.0
github.com/otiai10/copy v1.14.1
github.com/pkg/errors v0.9.1
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
github.com/stretchr/testify v1.10.0
@@ -22,7 +22,7 @@ require (
github.com/vektah/gqlparser/v2 v2.5.21
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0
github.com/xor-gate/goexif2 v1.1.0
golang.org/x/crypto v0.31.0
golang.org/x/crypto v0.32.0
golang.org/x/image v0.23.0
golang.org/x/text v0.21.0
gopkg.in/vansante/go-ffprobe.v2 v2.2.1
@@ -49,6 +49,7 @@ require (
github.com/jinzhu/now v1.1.5 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/mattn/go-sqlite3 v1.14.23 // indirect
github.com/otiai10/mint v1.6.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
@@ -57,7 +58,7 @@ require (
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/tools v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

View File

@@ -1,7 +1,7 @@
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/99designs/gqlgen v0.17.61 h1:vE7xLRC066n9wehgjeplILOWtwz75zbzcV2/Iv9i3pw=
github.com/99designs/gqlgen v0.17.61/go.mod h1:rFU1T3lhv/tPeAlww/DJ4ol2YxT/pPpue+xxPbkd3r4=
github.com/99designs/gqlgen v0.17.63 h1:HCdaYDPd9HqUXRchEvmE3EFzELRwLlaJ8DBuyC8Cqto=
github.com/99designs/gqlgen v0.17.63/go.mod h1:sVCM2iwIZisJjTI/DEC3fpH+HFgxY1496ZJ+jbT9IjA=
github.com/Kagami/go-face v0.0.0-20210630145111-0c14797b4d0e h1:lqIUFzxaqyYqUn4MhzAvSAh4wIte/iLNcIEWxpT/qbc=
github.com/Kagami/go-face v0.0.0-20210630145111-0c14797b4d0e/go.mod h1:9wdDJkRgo3SGTcFwbQ7elVIQhIr2bbBjecuY7VoqmPU=
github.com/PuerkitoBio/goquery v1.9.3 h1:mpJr/ikUA9/GNJB/DBZcGeFDXUtosHRyRrwh7KGdTG0=
@@ -67,10 +67,10 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/mattn/go-sqlite3 v1.14.23 h1:gbShiuAP1W5j9UOksQ06aiiqPMxYecovVGwmTxWtuw0=
github.com/mattn/go-sqlite3 v1.14.23/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
github.com/otiai10/copy v1.14.0 h1:dCI/t1iTdYGtkvCuBG2BgR6KZa83PTclw4U5n2wAllU=
github.com/otiai10/copy v1.14.0/go.mod h1:ECfuL02W+/FkTWZWgQqXPWZgW9oeKCSQ5qVfSc4qc4w=
github.com/otiai10/mint v1.5.1 h1:XaPLeE+9vGbuyEHem1JNk3bYc7KKqyI/na0/mLd/Kks=
github.com/otiai10/mint v1.5.1/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM=
github.com/otiai10/copy v1.14.1 h1:5/7E6qsUMBaH5AnQ0sSLzzTg1oTECmcCmT6lvF45Na8=
github.com/otiai10/copy v1.14.1/go.mod h1:oQwrEDDOci3IM8dJF0d8+jnbfPDllW6vUjNc3DoZm9I=
github.com/otiai10/mint v1.6.3 h1:87qsV/aw1F5as1eH1zS/yqHY85ANKVMgkDrf9rcxbQs=
github.com/otiai10/mint v1.6.3/go.mod h1:MJm72SBthJjz8qhefc4z1PYEieWmy8Bku7CjcAqyUSM=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
@@ -103,8 +103,8 @@ github.com/xor-gate/goexif2 v1.1.0 h1:OvTZ5iEvsDhRWFjV5xY3wT7uHFna28nSSP7ucau+cX
github.com/xor-gate/goexif2 v1.1.0/go.mod h1:eRjn3VSkAwpNpxEx/CGmd0zg0JFGL3akrSMxnJ581AY=
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
golang.org/x/crypto v0.32.0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc=
golang.org/x/crypto v0.32.0/go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc=
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
golang.org/x/image v0.23.0 h1:HseQ7c2OpPKTPVzNjG5fwJsOTCiiwS4QdsYi5XU6H68=
golang.org/x/image v0.23.0/go.mod h1:wJJBTdLfCCf3tiHa1fNxpZmUI4mmoZvwMCPP0ddoNKY=
@@ -114,8 +114,8 @@ golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ=
golang.org/x/sync v0.10.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=

View File

@@ -1840,11 +1840,7 @@ func (ec *executionContext) field_Album_media_argsOrder(
ctx context.Context,
rawArgs map[string]any,
) (*models.Ordering, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["order"]
if !ok {
if _, ok := rawArgs["order"]; !ok {
var zeroVal *models.Ordering
return zeroVal, nil
}
@@ -1862,11 +1858,7 @@ func (ec *executionContext) field_Album_media_argsPaginate(
ctx context.Context,
rawArgs map[string]any,
) (*models.Pagination, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["paginate"]
if !ok {
if _, ok := rawArgs["paginate"]; !ok {
var zeroVal *models.Pagination
return zeroVal, nil
}
@@ -1884,11 +1876,7 @@ func (ec *executionContext) field_Album_media_argsOnlyFavorites(
ctx context.Context,
rawArgs map[string]any,
) (*bool, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["onlyFavorites"]
if !ok {
if _, ok := rawArgs["onlyFavorites"]; !ok {
var zeroVal *bool
return zeroVal, nil
}
@@ -1921,11 +1909,7 @@ func (ec *executionContext) field_Album_subAlbums_argsOrder(
ctx context.Context,
rawArgs map[string]any,
) (*models.Ordering, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["order"]
if !ok {
if _, ok := rawArgs["order"]; !ok {
var zeroVal *models.Ordering
return zeroVal, nil
}
@@ -1943,11 +1927,7 @@ func (ec *executionContext) field_Album_subAlbums_argsPaginate(
ctx context.Context,
rawArgs map[string]any,
) (*models.Pagination, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["paginate"]
if !ok {
if _, ok := rawArgs["paginate"]; !ok {
var zeroVal *models.Pagination
return zeroVal, nil
}
@@ -1975,11 +1955,7 @@ func (ec *executionContext) field_FaceGroup_imageFaces_argsPaginate(
ctx context.Context,
rawArgs map[string]any,
) (*models.Pagination, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["paginate"]
if !ok {
if _, ok := rawArgs["paginate"]; !ok {
var zeroVal *models.Pagination
return zeroVal, nil
}
@@ -2012,11 +1988,7 @@ func (ec *executionContext) field_Mutation_authorizeUser_argsUsername(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["username"]
if !ok {
if _, ok := rawArgs["username"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -2034,11 +2006,7 @@ func (ec *executionContext) field_Mutation_authorizeUser_argsPassword(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["password"]
if !ok {
if _, ok := rawArgs["password"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -2066,11 +2034,7 @@ func (ec *executionContext) field_Mutation_changeUserPreferences_argsLanguage(
ctx context.Context,
rawArgs map[string]any,
) (*string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["language"]
if !ok {
if _, ok := rawArgs["language"]; !ok {
var zeroVal *string
return zeroVal, nil
}
@@ -2103,11 +2067,7 @@ func (ec *executionContext) field_Mutation_combineFaceGroups_argsDestinationFace
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["destinationFaceGroupID"]
if !ok {
if _, ok := rawArgs["destinationFaceGroupID"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2125,11 +2085,7 @@ func (ec *executionContext) field_Mutation_combineFaceGroups_argsSourceFaceGroup
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["sourceFaceGroupID"]
if !ok {
if _, ok := rawArgs["sourceFaceGroupID"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2167,11 +2123,7 @@ func (ec *executionContext) field_Mutation_createUser_argsUsername(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["username"]
if !ok {
if _, ok := rawArgs["username"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -2189,11 +2141,7 @@ func (ec *executionContext) field_Mutation_createUser_argsPassword(
ctx context.Context,
rawArgs map[string]any,
) (*string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["password"]
if !ok {
if _, ok := rawArgs["password"]; !ok {
var zeroVal *string
return zeroVal, nil
}
@@ -2211,11 +2159,7 @@ func (ec *executionContext) field_Mutation_createUser_argsAdmin(
ctx context.Context,
rawArgs map[string]any,
) (bool, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["admin"]
if !ok {
if _, ok := rawArgs["admin"]; !ok {
var zeroVal bool
return zeroVal, nil
}
@@ -2243,11 +2187,7 @@ func (ec *executionContext) field_Mutation_deleteShareToken_argsToken(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["token"]
if !ok {
if _, ok := rawArgs["token"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -2275,11 +2215,7 @@ func (ec *executionContext) field_Mutation_deleteUser_argsID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["id"]
if !ok {
if _, ok := rawArgs["id"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2307,11 +2243,7 @@ func (ec *executionContext) field_Mutation_detachImageFaces_argsImageFaceIDs(
ctx context.Context,
rawArgs map[string]any,
) ([]int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["imageFaceIDs"]
if !ok {
if _, ok := rawArgs["imageFaceIDs"]; !ok {
var zeroVal []int
return zeroVal, nil
}
@@ -2344,11 +2276,7 @@ func (ec *executionContext) field_Mutation_favoriteMedia_argsMediaID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["mediaId"]
if !ok {
if _, ok := rawArgs["mediaId"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2366,11 +2294,7 @@ func (ec *executionContext) field_Mutation_favoriteMedia_argsFavorite(
ctx context.Context,
rawArgs map[string]any,
) (bool, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["favorite"]
if !ok {
if _, ok := rawArgs["favorite"]; !ok {
var zeroVal bool
return zeroVal, nil
}
@@ -2408,11 +2332,7 @@ func (ec *executionContext) field_Mutation_initialSetupWizard_argsUsername(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["username"]
if !ok {
if _, ok := rawArgs["username"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -2430,11 +2350,7 @@ func (ec *executionContext) field_Mutation_initialSetupWizard_argsPassword(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["password"]
if !ok {
if _, ok := rawArgs["password"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -2452,11 +2368,7 @@ func (ec *executionContext) field_Mutation_initialSetupWizard_argsRootPath(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["rootPath"]
if !ok {
if _, ok := rawArgs["rootPath"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -2489,11 +2401,7 @@ func (ec *executionContext) field_Mutation_moveImageFaces_argsImageFaceIDs(
ctx context.Context,
rawArgs map[string]any,
) ([]int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["imageFaceIDs"]
if !ok {
if _, ok := rawArgs["imageFaceIDs"]; !ok {
var zeroVal []int
return zeroVal, nil
}
@@ -2511,11 +2419,7 @@ func (ec *executionContext) field_Mutation_moveImageFaces_argsDestinationFaceGro
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["destinationFaceGroupID"]
if !ok {
if _, ok := rawArgs["destinationFaceGroupID"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2548,11 +2452,7 @@ func (ec *executionContext) field_Mutation_protectShareToken_argsToken(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["token"]
if !ok {
if _, ok := rawArgs["token"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -2570,11 +2470,7 @@ func (ec *executionContext) field_Mutation_protectShareToken_argsPassword(
ctx context.Context,
rawArgs map[string]any,
) (*string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["password"]
if !ok {
if _, ok := rawArgs["password"]; !ok {
var zeroVal *string
return zeroVal, nil
}
@@ -2602,11 +2498,7 @@ func (ec *executionContext) field_Mutation_resetAlbumCover_argsAlbumID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["albumID"]
if !ok {
if _, ok := rawArgs["albumID"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2634,11 +2526,7 @@ func (ec *executionContext) field_Mutation_scanUser_argsUserID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["userId"]
if !ok {
if _, ok := rawArgs["userId"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2666,11 +2554,7 @@ func (ec *executionContext) field_Mutation_setAlbumCover_argsCoverID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["coverID"]
if !ok {
if _, ok := rawArgs["coverID"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2703,11 +2587,7 @@ func (ec *executionContext) field_Mutation_setFaceGroupLabel_argsFaceGroupID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["faceGroupID"]
if !ok {
if _, ok := rawArgs["faceGroupID"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2725,11 +2605,7 @@ func (ec *executionContext) field_Mutation_setFaceGroupLabel_argsLabel(
ctx context.Context,
rawArgs map[string]any,
) (*string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["label"]
if !ok {
if _, ok := rawArgs["label"]; !ok {
var zeroVal *string
return zeroVal, nil
}
@@ -2757,11 +2633,7 @@ func (ec *executionContext) field_Mutation_setPeriodicScanInterval_argsInterval(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["interval"]
if !ok {
if _, ok := rawArgs["interval"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2789,11 +2661,7 @@ func (ec *executionContext) field_Mutation_setScannerConcurrentWorkers_argsWorke
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["workers"]
if !ok {
if _, ok := rawArgs["workers"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2821,11 +2689,7 @@ func (ec *executionContext) field_Mutation_setThumbnailDownsampleMethod_argsMeth
ctx context.Context,
rawArgs map[string]any,
) (models.ThumbnailFilter, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["method"]
if !ok {
if _, ok := rawArgs["method"]; !ok {
var zeroVal models.ThumbnailFilter
return zeroVal, nil
}
@@ -2863,11 +2727,7 @@ func (ec *executionContext) field_Mutation_shareAlbum_argsAlbumID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["albumId"]
if !ok {
if _, ok := rawArgs["albumId"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2885,11 +2745,7 @@ func (ec *executionContext) field_Mutation_shareAlbum_argsExpire(
ctx context.Context,
rawArgs map[string]any,
) (*time.Time, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["expire"]
if !ok {
if _, ok := rawArgs["expire"]; !ok {
var zeroVal *time.Time
return zeroVal, nil
}
@@ -2907,11 +2763,7 @@ func (ec *executionContext) field_Mutation_shareAlbum_argsPassword(
ctx context.Context,
rawArgs map[string]any,
) (*string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["password"]
if !ok {
if _, ok := rawArgs["password"]; !ok {
var zeroVal *string
return zeroVal, nil
}
@@ -2949,11 +2801,7 @@ func (ec *executionContext) field_Mutation_shareMedia_argsMediaID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["mediaId"]
if !ok {
if _, ok := rawArgs["mediaId"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -2971,11 +2819,7 @@ func (ec *executionContext) field_Mutation_shareMedia_argsExpire(
ctx context.Context,
rawArgs map[string]any,
) (*time.Time, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["expire"]
if !ok {
if _, ok := rawArgs["expire"]; !ok {
var zeroVal *time.Time
return zeroVal, nil
}
@@ -2993,11 +2837,7 @@ func (ec *executionContext) field_Mutation_shareMedia_argsPassword(
ctx context.Context,
rawArgs map[string]any,
) (*string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["password"]
if !ok {
if _, ok := rawArgs["password"]; !ok {
var zeroVal *string
return zeroVal, nil
}
@@ -3040,11 +2880,7 @@ func (ec *executionContext) field_Mutation_updateUser_argsID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["id"]
if !ok {
if _, ok := rawArgs["id"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -3062,11 +2898,7 @@ func (ec *executionContext) field_Mutation_updateUser_argsUsername(
ctx context.Context,
rawArgs map[string]any,
) (*string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["username"]
if !ok {
if _, ok := rawArgs["username"]; !ok {
var zeroVal *string
return zeroVal, nil
}
@@ -3084,11 +2916,7 @@ func (ec *executionContext) field_Mutation_updateUser_argsPassword(
ctx context.Context,
rawArgs map[string]any,
) (*string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["password"]
if !ok {
if _, ok := rawArgs["password"]; !ok {
var zeroVal *string
return zeroVal, nil
}
@@ -3106,11 +2934,7 @@ func (ec *executionContext) field_Mutation_updateUser_argsAdmin(
ctx context.Context,
rawArgs map[string]any,
) (*bool, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["admin"]
if !ok {
if _, ok := rawArgs["admin"]; !ok {
var zeroVal *bool
return zeroVal, nil
}
@@ -3143,11 +2967,7 @@ func (ec *executionContext) field_Mutation_userAddRootPath_argsID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["id"]
if !ok {
if _, ok := rawArgs["id"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -3165,11 +2985,7 @@ func (ec *executionContext) field_Mutation_userAddRootPath_argsRootPath(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["rootPath"]
if !ok {
if _, ok := rawArgs["rootPath"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -3202,11 +3018,7 @@ func (ec *executionContext) field_Mutation_userRemoveRootAlbum_argsUserID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["userId"]
if !ok {
if _, ok := rawArgs["userId"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -3224,11 +3036,7 @@ func (ec *executionContext) field_Mutation_userRemoveRootAlbum_argsAlbumID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["albumId"]
if !ok {
if _, ok := rawArgs["albumId"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -3256,11 +3064,7 @@ func (ec *executionContext) field_Query___type_argsName(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["name"]
if !ok {
if _, ok := rawArgs["name"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -3293,11 +3097,7 @@ func (ec *executionContext) field_Query_album_argsID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["id"]
if !ok {
if _, ok := rawArgs["id"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -3315,11 +3115,7 @@ func (ec *executionContext) field_Query_album_argsTokenCredentials(
ctx context.Context,
rawArgs map[string]any,
) (*models.ShareTokenCredentials, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["tokenCredentials"]
if !ok {
if _, ok := rawArgs["tokenCredentials"]; !ok {
var zeroVal *models.ShareTokenCredentials
return zeroVal, nil
}
@@ -3347,11 +3143,7 @@ func (ec *executionContext) field_Query_faceGroup_argsID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["id"]
if !ok {
if _, ok := rawArgs["id"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -3379,11 +3171,7 @@ func (ec *executionContext) field_Query_mediaList_argsIds(
ctx context.Context,
rawArgs map[string]any,
) ([]int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["ids"]
if !ok {
if _, ok := rawArgs["ids"]; !ok {
var zeroVal []int
return zeroVal, nil
}
@@ -3416,11 +3204,7 @@ func (ec *executionContext) field_Query_media_argsID(
ctx context.Context,
rawArgs map[string]any,
) (int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["id"]
if !ok {
if _, ok := rawArgs["id"]; !ok {
var zeroVal int
return zeroVal, nil
}
@@ -3438,11 +3222,7 @@ func (ec *executionContext) field_Query_media_argsTokenCredentials(
ctx context.Context,
rawArgs map[string]any,
) (*models.ShareTokenCredentials, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["tokenCredentials"]
if !ok {
if _, ok := rawArgs["tokenCredentials"]; !ok {
var zeroVal *models.ShareTokenCredentials
return zeroVal, nil
}
@@ -3490,11 +3270,7 @@ func (ec *executionContext) field_Query_myAlbums_argsOrder(
ctx context.Context,
rawArgs map[string]any,
) (*models.Ordering, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["order"]
if !ok {
if _, ok := rawArgs["order"]; !ok {
var zeroVal *models.Ordering
return zeroVal, nil
}
@@ -3512,11 +3288,7 @@ func (ec *executionContext) field_Query_myAlbums_argsPaginate(
ctx context.Context,
rawArgs map[string]any,
) (*models.Pagination, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["paginate"]
if !ok {
if _, ok := rawArgs["paginate"]; !ok {
var zeroVal *models.Pagination
return zeroVal, nil
}
@@ -3534,11 +3306,7 @@ func (ec *executionContext) field_Query_myAlbums_argsOnlyRoot(
ctx context.Context,
rawArgs map[string]any,
) (*bool, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["onlyRoot"]
if !ok {
if _, ok := rawArgs["onlyRoot"]; !ok {
var zeroVal *bool
return zeroVal, nil
}
@@ -3556,11 +3324,7 @@ func (ec *executionContext) field_Query_myAlbums_argsShowEmpty(
ctx context.Context,
rawArgs map[string]any,
) (*bool, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["showEmpty"]
if !ok {
if _, ok := rawArgs["showEmpty"]; !ok {
var zeroVal *bool
return zeroVal, nil
}
@@ -3578,11 +3342,7 @@ func (ec *executionContext) field_Query_myAlbums_argsOnlyWithFavorites(
ctx context.Context,
rawArgs map[string]any,
) (*bool, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["onlyWithFavorites"]
if !ok {
if _, ok := rawArgs["onlyWithFavorites"]; !ok {
var zeroVal *bool
return zeroVal, nil
}
@@ -3610,11 +3370,7 @@ func (ec *executionContext) field_Query_myFaceGroups_argsPaginate(
ctx context.Context,
rawArgs map[string]any,
) (*models.Pagination, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["paginate"]
if !ok {
if _, ok := rawArgs["paginate"]; !ok {
var zeroVal *models.Pagination
return zeroVal, nil
}
@@ -3647,11 +3403,7 @@ func (ec *executionContext) field_Query_myMedia_argsOrder(
ctx context.Context,
rawArgs map[string]any,
) (*models.Ordering, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["order"]
if !ok {
if _, ok := rawArgs["order"]; !ok {
var zeroVal *models.Ordering
return zeroVal, nil
}
@@ -3669,11 +3421,7 @@ func (ec *executionContext) field_Query_myMedia_argsPaginate(
ctx context.Context,
rawArgs map[string]any,
) (*models.Pagination, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["paginate"]
if !ok {
if _, ok := rawArgs["paginate"]; !ok {
var zeroVal *models.Pagination
return zeroVal, nil
}
@@ -3711,11 +3459,7 @@ func (ec *executionContext) field_Query_myTimeline_argsPaginate(
ctx context.Context,
rawArgs map[string]any,
) (*models.Pagination, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["paginate"]
if !ok {
if _, ok := rawArgs["paginate"]; !ok {
var zeroVal *models.Pagination
return zeroVal, nil
}
@@ -3733,11 +3477,7 @@ func (ec *executionContext) field_Query_myTimeline_argsOnlyFavorites(
ctx context.Context,
rawArgs map[string]any,
) (*bool, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["onlyFavorites"]
if !ok {
if _, ok := rawArgs["onlyFavorites"]; !ok {
var zeroVal *bool
return zeroVal, nil
}
@@ -3755,11 +3495,7 @@ func (ec *executionContext) field_Query_myTimeline_argsFromDate(
ctx context.Context,
rawArgs map[string]any,
) (*time.Time, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["fromDate"]
if !ok {
if _, ok := rawArgs["fromDate"]; !ok {
var zeroVal *time.Time
return zeroVal, nil
}
@@ -3797,11 +3533,7 @@ func (ec *executionContext) field_Query_search_argsQuery(
ctx context.Context,
rawArgs map[string]any,
) (string, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["query"]
if !ok {
if _, ok := rawArgs["query"]; !ok {
var zeroVal string
return zeroVal, nil
}
@@ -3819,11 +3551,7 @@ func (ec *executionContext) field_Query_search_argsLimitMedia(
ctx context.Context,
rawArgs map[string]any,
) (*int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["limitMedia"]
if !ok {
if _, ok := rawArgs["limitMedia"]; !ok {
var zeroVal *int
return zeroVal, nil
}
@@ -3841,11 +3569,7 @@ func (ec *executionContext) field_Query_search_argsLimitAlbums(
ctx context.Context,
rawArgs map[string]any,
) (*int, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["limitAlbums"]
if !ok {
if _, ok := rawArgs["limitAlbums"]; !ok {
var zeroVal *int
return zeroVal, nil
}
@@ -3873,11 +3597,7 @@ func (ec *executionContext) field_Query_shareTokenValidatePassword_argsCredentia
ctx context.Context,
rawArgs map[string]any,
) (models.ShareTokenCredentials, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["credentials"]
if !ok {
if _, ok := rawArgs["credentials"]; !ok {
var zeroVal models.ShareTokenCredentials
return zeroVal, nil
}
@@ -3905,11 +3625,7 @@ func (ec *executionContext) field_Query_shareToken_argsCredentials(
ctx context.Context,
rawArgs map[string]any,
) (models.ShareTokenCredentials, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["credentials"]
if !ok {
if _, ok := rawArgs["credentials"]; !ok {
var zeroVal models.ShareTokenCredentials
return zeroVal, nil
}
@@ -3942,11 +3658,7 @@ func (ec *executionContext) field_Query_user_argsOrder(
ctx context.Context,
rawArgs map[string]any,
) (*models.Ordering, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["order"]
if !ok {
if _, ok := rawArgs["order"]; !ok {
var zeroVal *models.Ordering
return zeroVal, nil
}
@@ -3964,11 +3676,7 @@ func (ec *executionContext) field_Query_user_argsPaginate(
ctx context.Context,
rawArgs map[string]any,
) (*models.Pagination, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["paginate"]
if !ok {
if _, ok := rawArgs["paginate"]; !ok {
var zeroVal *models.Pagination
return zeroVal, nil
}
@@ -3996,11 +3704,7 @@ func (ec *executionContext) field___Type_enumValues_argsIncludeDeprecated(
ctx context.Context,
rawArgs map[string]any,
) (bool, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["includeDeprecated"]
if !ok {
if _, ok := rawArgs["includeDeprecated"]; !ok {
var zeroVal bool
return zeroVal, nil
}
@@ -4028,11 +3732,7 @@ func (ec *executionContext) field___Type_fields_argsIncludeDeprecated(
ctx context.Context,
rawArgs map[string]any,
) (bool, error) {
// We won't call the directive if the argument is null.
// Set call_argument_directives_with_null to true to call directives
// even if the argument is null.
_, ok := rawArgs["includeDeprecated"]
if !ok {
if _, ok := rawArgs["includeDeprecated"]; !ok {
var zeroVal bool
return zeroVal, nil
}

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
api "github.com/photoview/photoview/api/graphql"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"

View File

@@ -2,7 +2,7 @@ package resolvers
// 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.61
// Code generated by github.com/99designs/gqlgen version v0.17.63
import (
"context"