From cb6bc244a9e2ae0b64cafb1b60e3d7f9cd6ecf7f Mon Sep 17 00:00:00 2001 From: Oliver Braun Date: Fri, 27 Jun 2025 09:26:14 +0200 Subject: [PATCH] fix: upgrade deps --- go.mod | 20 ++--- go.sum | 47 +++++------ graph/constraints.resolvers.go | 2 +- graph/exam.resolvers.go | 2 +- graph/generated/generated.go | 134 ++++++++++++++++++-------------- graph/invigilation.resolvers.go | 2 +- graph/mutation.resolvers.go | 2 +- graph/nta.resolvers.go | 2 +- graph/plan.resolvers.go | 2 +- graph/primuss.resolvers.go | 2 +- graph/query.resolvers.go | 2 +- graph/room.resolvers.go | 2 +- graph/studentregs.resolvers.go | 2 +- graph/zpa.resolvers.go | 2 +- 14 files changed, 122 insertions(+), 101 deletions(-) diff --git a/go.mod b/go.mod index c5ea908..5abb70a 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24.1 tool github.com/99designs/gqlgen require ( - github.com/99designs/gqlgen v0.17.70 + github.com/99designs/gqlgen v0.17.75 github.com/arran4/golang-ical v0.3.2 github.com/deckarep/golang-set/v2 v2.8.0 github.com/go-chi/chi v1.5.5 @@ -20,14 +20,14 @@ require ( github.com/spf13/cobra v1.9.1 github.com/spf13/viper v1.20.1 github.com/theckman/yacspin v0.13.12 - github.com/vektah/gqlparser/v2 v2.5.23 - go.mongodb.org/mongo-driver v1.17.3 + github.com/vektah/gqlparser/v2 v2.5.28 + go.mongodb.org/mongo-driver v1.17.4 ) require ( github.com/agnivade/levenshtein v1.2.1 // indirect github.com/boombuler/barcode v1.0.1 // indirect - github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect + github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect github.com/fatih/color v1.14.1 // indirect github.com/fsnotify/fsnotify v1.8.0 // indirect github.com/go-viper/mapstructure/v2 v2.2.1 // indirect @@ -53,7 +53,7 @@ require ( github.com/spf13/cast v1.7.1 // indirect github.com/spf13/pflag v1.0.6 // indirect github.com/subosito/gotenv v1.6.0 // indirect - github.com/urfave/cli/v2 v2.27.6 // indirect + github.com/urfave/cli/v2 v2.27.7 // indirect github.com/xdg-go/pbkdf2 v1.0.0 // indirect github.com/xdg-go/scram v1.1.2 // indirect github.com/xdg-go/stringprep v1.0.4 // indirect @@ -63,11 +63,11 @@ require ( go.uber.org/atomic v1.9.0 // indirect go.uber.org/multierr v1.9.0 // indirect golang.org/x/crypto v0.32.0 // indirect - golang.org/x/mod v0.24.0 // indirect - golang.org/x/sync v0.12.0 // indirect - golang.org/x/sys v0.31.0 // indirect - golang.org/x/text v0.23.0 // indirect - golang.org/x/tools v0.31.0 // indirect + golang.org/x/mod v0.25.0 // indirect + golang.org/x/sync v0.15.0 // indirect + golang.org/x/sys v0.33.0 // indirect + golang.org/x/text v0.26.0 // indirect + golang.org/x/tools v0.34.0 // indirect gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) diff --git a/go.sum b/go.sum index e24e904..2d84dab 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ -github.com/99designs/gqlgen v0.17.70 h1:xgLIgQuG+Q2L/AE9cW595CT7xCWCe/bpPIFGSfsGSGs= -github.com/99designs/gqlgen v0.17.70/go.mod h1:fvCiqQAu2VLhKXez2xFvLmE47QgAPf/KTPN5XQ4rsHQ= -github.com/PuerkitoBio/goquery v1.10.2 h1:7fh2BdHcG6VFZsK7toXBT/Bh1z5Wmy8Q9MV9HqT2AM8= -github.com/PuerkitoBio/goquery v1.10.2/go.mod h1:0guWGjcLu9AYC7C1GHnpysHy056u9aEkUHwhdnePMCU= +github.com/99designs/gqlgen v0.17.75 h1:GwHJsptXWLHeY7JO8b7YueUI4w9Pom6wJTICosDtQuI= +github.com/99designs/gqlgen v0.17.75/go.mod h1:p7gbTpdnHyl70hmSpM8XG8GiKwmCv+T5zkdY8U8bLog= +github.com/PuerkitoBio/goquery v1.10.3 h1:pFYcNSqHxBD06Fpj/KsbStFRsgRATgnf3LeXiUkhzPo= +github.com/PuerkitoBio/goquery v1.10.3/go.mod h1:tMUX0zDMHXYlAQk6p35XxQMqMweEKB7iK7iLNd4RH4Y= github.com/agnivade/levenshtein v1.2.1 h1:EHBY3UOn1gwdy/VbFwgo4cxecRznFk7fKWN1KOX7eoM= github.com/agnivade/levenshtein v1.2.1/go.mod h1:QVVI16kDrtSuwcpd0p1+xMC6Z/VfhtCyDIjcwga4/DU= github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ= @@ -16,8 +16,9 @@ github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl github.com/boombuler/barcode v1.0.1 h1:NDBbPmhS+EqABEs5Kg3n/5ZNjy73Pz7SIV+KCeqyXcs= github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= -github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0= github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= +github.com/cpuguy83/go-md2man/v2 v2.0.7 h1:zbFlGlXEAKlwXpmvle3d8Oe3YnkKIK4xSRTd3sHPnBo= +github.com/cpuguy83/go-md2man/v2 v2.0.7/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -137,10 +138,10 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= github.com/theckman/yacspin v0.13.12 h1:CdZ57+n0U6JMuh2xqjnjRq5Haj6v1ner2djtLQRzJr4= github.com/theckman/yacspin v0.13.12/go.mod h1:Rd2+oG2LmQi5f3zC3yeZAOl245z8QOvrH4OPOJNZxLg= -github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g= -github.com/urfave/cli/v2 v2.27.6/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ= -github.com/vektah/gqlparser/v2 v2.5.23 h1:PurJ9wpgEVB7tty1seRUwkIDa/QH5RzkzraiKIjKLfA= -github.com/vektah/gqlparser/v2 v2.5.23/go.mod h1:D1/VCZtV3LPnQrcPBeR/q5jkSQIPti0uYCP/RI0gIeo= +github.com/urfave/cli/v2 v2.27.7 h1:bH59vdhbjLv3LAvIu6gd0usJHgoTTPhCFib8qqOwXYU= +github.com/urfave/cli/v2 v2.27.7/go.mod h1:CyNAG/xg+iAOg0N4MPGZqVmv2rCoP267496AOXUZjA4= +github.com/vektah/gqlparser/v2 v2.5.28 h1:bIulcl3LF69ba6EiZVGD88y4MkM+Jxrf3P2MX8xLRkY= +github.com/vektah/gqlparser/v2 v2.5.28/go.mod h1:D1/VCZtV3LPnQrcPBeR/q5jkSQIPti0uYCP/RI0gIeo= github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= github.com/xdg-go/scram v1.1.2 h1:FHX5I5B4i4hKRVRBCFRxq1iQRej7WO3hhBuJf+UUySY= @@ -154,8 +155,8 @@ github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBi github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 h1:ilQV1hzziu+LLM3zUTJ0trRztfwgjqKnBWNtSRkbmwM= github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78/go.mod h1:aL8wCCfTfSfmXjznFBSZNN13rSJjlIOI1fUNAtF7rmI= github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY= -go.mongodb.org/mongo-driver v1.17.3 h1:TQyXhnsWfWtgAhMtOgtYHMTkZIfBTpMTsMnd9ZBeHxQ= -go.mongodb.org/mongo-driver v1.17.3/go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ= +go.mongodb.org/mongo-driver v1.17.4 h1:jUorfmVzljjr0FLzYQsGP8cgN/qzzxlY9Vh0C9KFXVw= +go.mongodb.org/mongo-driver v1.17.4/go.mod h1:Hy04i7O2kC4RS06ZrhPRqj/u4DTYkFDAAccj+rVKqgQ= go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE= go.uber.org/atomic v1.9.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/multierr v1.9.0 h1:7fIwc/ZtS0q++VgcfqFDxSBZVv/Xo49/SYnDFupUwlI= @@ -166,17 +167,17 @@ 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-20190910094157-69e4b8554b2a/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4= -golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU= -golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww= +golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w= +golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww= golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c= -golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c= -golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8= +golang.org/x/net v0.41.0 h1:vBTly1HeNPEn3wtREYfy4GZ/NECgw2Cnl+nK6Nz3uvw= +golang.org/x/net v0.41.0/go.mod h1:B/K4NNqkfmg07DQYrbwvSluqCJOOXwUjeb/5lOisjbA= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw= -golang.org/x/sync v0.12.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= +golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8= +golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -185,21 +186,21 @@ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik= -golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= +golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw= +golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= -golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY= -golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4= +golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M= +golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc= -golang.org/x/tools v0.31.0 h1:0EedkvKDbh+qistFTd0Bcwe/YLh4vHwWEkiI0toFIBU= -golang.org/x/tools v0.31.0/go.mod h1:naFTU+Cev749tSJRXJlna0T3WxKvb1kWEx15xA4SdmQ= +golang.org/x/tools v0.34.0 h1:qIpSLOxeCYGg9TrcJokLBG4KFA6d795g0xkBkiESGlo= +golang.org/x/tools v0.34.0/go.mod h1:pAP9OwEaY1CAW3HOmg3hLZC5Z0CCmzjAF2UQMSqNARg= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk= diff --git a/graph/constraints.resolvers.go b/graph/constraints.resolvers.go index 66519e3..335f2f2 100644 --- a/graph/constraints.resolvers.go +++ b/graph/constraints.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context" diff --git a/graph/exam.resolvers.go b/graph/exam.resolvers.go index 699298f..be15cee 100644 --- a/graph/exam.resolvers.go +++ b/graph/exam.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context" diff --git a/graph/generated/generated.go b/graph/generated/generated.go index e2a944e..e1e586d 100644 --- a/graph/generated/generated.go +++ b/graph/generated/generated.go @@ -864,7 +864,7 @@ func (e *executableSchema) Schema() *ast.Schema { return parsedSchema } -func (e *executableSchema) Complexity(typeName, field string, childComplexity int, rawArgs map[string]any) (int, bool) { +func (e *executableSchema) Complexity(ctx context.Context, typeName, field string, childComplexity int, rawArgs map[string]any) (int, bool) { ec := executionContext{nil, e, 0, 0, nil} _ = ec switch typeName + "." + field { @@ -1945,7 +1945,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_addAdditionalExam_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_addAdditionalExam_args(ctx, rawArgs) if err != nil { return 0, false } @@ -1957,7 +1957,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_addConstraints_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_addConstraints_args(ctx, rawArgs) if err != nil { return 0, false } @@ -1969,7 +1969,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_addExamGroupToSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_addExamGroupToSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -1981,7 +1981,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_addExamToSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_addExamToSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -1993,7 +1993,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_addNTA_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_addNTA_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2005,7 +2005,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_addRoomToExam_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_addRoomToExam_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2017,7 +2017,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_addZpaExamToPlan_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_addZpaExamToPlan_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2029,7 +2029,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_exahm_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_exahm_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2041,7 +2041,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_excludeDays_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_excludeDays_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2053,7 +2053,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_lab_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_lab_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2065,7 +2065,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_notPlannedByMe_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_notPlannedByMe_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2077,7 +2077,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_online_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_online_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2089,7 +2089,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_placesWithSockets_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_placesWithSockets_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2101,7 +2101,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_possibleDays_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_possibleDays_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2113,7 +2113,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_prePlanRoom_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_prePlanRoom_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2125,7 +2125,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_removePrimussExam_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_removePrimussExam_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2137,7 +2137,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_rmConstraints_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_rmConstraints_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2149,7 +2149,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_rmExamFromSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_rmExamFromSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2161,7 +2161,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_rmExamGroupFromSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_rmExamGroupFromSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2173,7 +2173,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_rmZpaExamFromPlan_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_rmZpaExamFromPlan_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2185,7 +2185,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_sameSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_sameSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2197,7 +2197,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_seb_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_seb_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2209,7 +2209,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_setSemester_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_setSemester_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2221,7 +2221,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Mutation_zpaExamsToPlan_args(context.TODO(), rawArgs) + args, err := ec.field_Mutation_zpaExamsToPlan_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2814,7 +2814,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_allowedSlots_args(context.TODO(), rawArgs) + args, err := ec.field_Query_allowedSlots_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2833,7 +2833,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_awkwardSlots_args(context.TODO(), rawArgs) + args, err := ec.field_Query_awkwardSlots_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2845,7 +2845,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_conflictingAncodes_args(context.TODO(), rawArgs) + args, err := ec.field_Query_conflictingAncodes_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2857,7 +2857,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_connectedExam_args(context.TODO(), rawArgs) + args, err := ec.field_Query_connectedExam_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2876,7 +2876,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_constraintForAncode_args(context.TODO(), rawArgs) + args, err := ec.field_Query_constraintForAncode_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2888,7 +2888,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_dayOkForInvigilator_args(context.TODO(), rawArgs) + args, err := ec.field_Query_dayOkForInvigilator_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2900,7 +2900,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_exam_args(context.TODO(), rawArgs) + args, err := ec.field_Query_exam_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2912,7 +2912,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_examGroup_args(context.TODO(), rawArgs) + args, err := ec.field_Query_examGroup_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2938,7 +2938,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_examWithRegs_args(context.TODO(), rawArgs) + args, err := ec.field_Query_examWithRegs_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2971,7 +2971,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_examsInSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Query_examsInSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -2983,7 +2983,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_examsInSlotWithRooms_args(context.TODO(), rawArgs) + args, err := ec.field_Query_examsInSlotWithRooms_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3023,7 +3023,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_generatedExam_args(context.TODO(), rawArgs) + args, err := ec.field_Query_generatedExam_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3056,7 +3056,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_invigilatorsForDay_args(context.TODO(), rawArgs) + args, err := ec.field_Query_invigilatorsForDay_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3089,7 +3089,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_nta_args(context.TODO(), rawArgs) + args, err := ec.field_Query_nta_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3122,7 +3122,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_plannedExam_args(context.TODO(), rawArgs) + args, err := ec.field_Query_plannedExam_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3141,7 +3141,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_plannedExamsInSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Query_plannedExamsInSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3153,7 +3153,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_plannedRoomForStudent_args(context.TODO(), rawArgs) + args, err := ec.field_Query_plannedRoomForStudent_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3172,7 +3172,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_plannedRoomNamesInSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Query_plannedRoomNamesInSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3191,7 +3191,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_plannedRoomsInSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Query_plannedRoomsInSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3203,7 +3203,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_preExamsInSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Query_preExamsInSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3215,7 +3215,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_primussExam_args(context.TODO(), rawArgs) + args, err := ec.field_Query_primussExam_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3234,7 +3234,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_primussExamsForAnCode_args(context.TODO(), rawArgs) + args, err := ec.field_Query_primussExamsForAnCode_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3253,7 +3253,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_roomsForSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Query_roomsForSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3272,7 +3272,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_roomsWithConstraints_args(context.TODO(), rawArgs) + args, err := ec.field_Query_roomsWithConstraints_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3284,7 +3284,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_roomsWithInvigilationsForSlot_args(context.TODO(), rawArgs) + args, err := ec.field_Query_roomsWithInvigilationsForSlot_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3310,7 +3310,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_studentByMtknr_args(context.TODO(), rawArgs) + args, err := ec.field_Query_studentByMtknr_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3322,7 +3322,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_studentRegsForProgram_args(context.TODO(), rawArgs) + args, err := ec.field_Query_studentRegsForProgram_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3348,7 +3348,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_studentsByName_args(context.TODO(), rawArgs) + args, err := ec.field_Query_studentsByName_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3360,7 +3360,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_teacher_args(context.TODO(), rawArgs) + args, err := ec.field_Query_teacher_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3372,7 +3372,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_teachers_args(context.TODO(), rawArgs) + args, err := ec.field_Query_teachers_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3398,7 +3398,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_zpaExam_args(context.TODO(), rawArgs) + args, err := ec.field_Query_zpaExam_args(ctx, rawArgs) if err != nil { return 0, false } @@ -3410,7 +3410,7 @@ func (e *executableSchema) Complexity(typeName, field string, childComplexity in break } - args, err := ec.field_Query_zpaExams_args(context.TODO(), rawArgs) + args, err := ec.field_Query_zpaExams_args(ctx, rawArgs) if err != nil { return 0, false } @@ -39185,6 +39185,7 @@ func (ec *executionContext) unmarshalNBoolean2bool(ctx context.Context, v any) ( } func (ec *executionContext) marshalNBoolean2bool(ctx context.Context, sel ast.SelectionSet, v bool) graphql.Marshaler { + _ = sel res := graphql.MarshalBoolean(v) if res == graphql.Null { if !graphql.HasFieldError(ctx, graphql.GetFieldContext(ctx)) { @@ -39863,6 +39864,7 @@ func (ec *executionContext) unmarshalNFloat2float64(ctx context.Context, v any) } func (ec *executionContext) marshalNFloat2float64(ctx context.Context, sel ast.SelectionSet, v float64) graphql.Marshaler { + _ = sel res := graphql.MarshalFloatContext(v) if res == graphql.Null { if !graphql.HasFieldError(ctx, graphql.GetFieldContext(ctx)) { @@ -39932,6 +39934,7 @@ func (ec *executionContext) unmarshalNInt2int(ctx context.Context, v any) (int, } func (ec *executionContext) marshalNInt2int(ctx context.Context, sel ast.SelectionSet, v int) graphql.Marshaler { + _ = sel res := graphql.MarshalInt(v) if res == graphql.Null { if !graphql.HasFieldError(ctx, graphql.GetFieldContext(ctx)) { @@ -41059,6 +41062,7 @@ func (ec *executionContext) unmarshalNString2string(ctx context.Context, v any) } func (ec *executionContext) marshalNString2string(ctx context.Context, sel ast.SelectionSet, v string) graphql.Marshaler { + _ = sel res := graphql.MarshalString(v) if res == graphql.Null { if !graphql.HasFieldError(ctx, graphql.GetFieldContext(ctx)) { @@ -41324,6 +41328,7 @@ func (ec *executionContext) unmarshalNTime2timeᚐTime(ctx context.Context, v an } func (ec *executionContext) marshalNTime2timeᚐTime(ctx context.Context, sel ast.SelectionSet, v time.Time) graphql.Marshaler { + _ = sel res := graphql.MarshalTime(v) if res == graphql.Null { if !graphql.HasFieldError(ctx, graphql.GetFieldContext(ctx)) { @@ -41375,6 +41380,7 @@ func (ec *executionContext) marshalNTime2ᚖtimeᚐTime(ctx context.Context, sel } return graphql.Null } + _ = sel res := graphql.MarshalTime(*v) if res == graphql.Null { if !graphql.HasFieldError(ctx, graphql.GetFieldContext(ctx)) { @@ -41776,6 +41782,7 @@ func (ec *executionContext) unmarshalN__DirectiveLocation2string(ctx context.Con } func (ec *executionContext) marshalN__DirectiveLocation2string(ctx context.Context, sel ast.SelectionSet, v string) graphql.Marshaler { + _ = sel res := graphql.MarshalString(v) if res == graphql.Null { if !graphql.HasFieldError(ctx, graphql.GetFieldContext(ctx)) { @@ -41964,6 +41971,7 @@ func (ec *executionContext) unmarshalN__TypeKind2string(ctx context.Context, v a } func (ec *executionContext) marshalN__TypeKind2string(ctx context.Context, sel ast.SelectionSet, v string) graphql.Marshaler { + _ = sel res := graphql.MarshalString(v) if res == graphql.Null { if !graphql.HasFieldError(ctx, graphql.GetFieldContext(ctx)) { @@ -42027,6 +42035,8 @@ func (ec *executionContext) unmarshalOBoolean2bool(ctx context.Context, v any) ( } func (ec *executionContext) marshalOBoolean2bool(ctx context.Context, sel ast.SelectionSet, v bool) graphql.Marshaler { + _ = sel + _ = ctx res := graphql.MarshalBoolean(v) return res } @@ -42043,6 +42053,8 @@ func (ec *executionContext) marshalOBoolean2ᚖbool(ctx context.Context, sel ast if v == nil { return graphql.Null } + _ = sel + _ = ctx res := graphql.MarshalBoolean(*v) return res } @@ -42565,6 +42577,8 @@ func (ec *executionContext) marshalOInt2ᚖint(ctx context.Context, sel ast.Sele if v == nil { return graphql.Null } + _ = sel + _ = ctx res := graphql.MarshalInt(*v) return res } @@ -43397,6 +43411,8 @@ func (ec *executionContext) marshalOString2ᚖstring(ctx context.Context, sel as if v == nil { return graphql.Null } + _ = sel + _ = ctx res := graphql.MarshalString(*v) return res } @@ -43522,6 +43538,8 @@ func (ec *executionContext) unmarshalOTime2timeᚐTime(ctx context.Context, v an } func (ec *executionContext) marshalOTime2timeᚐTime(ctx context.Context, sel ast.SelectionSet, v time.Time) graphql.Marshaler { + _ = sel + _ = ctx res := graphql.MarshalTime(v) return res } @@ -43574,6 +43592,8 @@ func (ec *executionContext) marshalOTime2ᚖtimeᚐTime(ctx context.Context, sel if v == nil { return graphql.Null } + _ = sel + _ = ctx res := graphql.MarshalTime(*v) return res } diff --git a/graph/invigilation.resolvers.go b/graph/invigilation.resolvers.go index 1d3e6ea..7c465ab 100644 --- a/graph/invigilation.resolvers.go +++ b/graph/invigilation.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context" diff --git a/graph/mutation.resolvers.go b/graph/mutation.resolvers.go index 0a1c904..0946764 100644 --- a/graph/mutation.resolvers.go +++ b/graph/mutation.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context" diff --git a/graph/nta.resolvers.go b/graph/nta.resolvers.go index fb39201..08a3236 100644 --- a/graph/nta.resolvers.go +++ b/graph/nta.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context" diff --git a/graph/plan.resolvers.go b/graph/plan.resolvers.go index c2bfe1c..10ab3a6 100644 --- a/graph/plan.resolvers.go +++ b/graph/plan.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context" diff --git a/graph/primuss.resolvers.go b/graph/primuss.resolvers.go index a72e79d..3b17da6 100644 --- a/graph/primuss.resolvers.go +++ b/graph/primuss.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context" diff --git a/graph/query.resolvers.go b/graph/query.resolvers.go index 2493e6c..09643f9 100644 --- a/graph/query.resolvers.go +++ b/graph/query.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context" diff --git a/graph/room.resolvers.go b/graph/room.resolvers.go index ecb41bf..36f7f6e 100644 --- a/graph/room.resolvers.go +++ b/graph/room.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context" diff --git a/graph/studentregs.resolvers.go b/graph/studentregs.resolvers.go index 6e2fb1b..efad936 100644 --- a/graph/studentregs.resolvers.go +++ b/graph/studentregs.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context" diff --git a/graph/zpa.resolvers.go b/graph/zpa.resolvers.go index 6a7801a..aa7ea19 100644 --- a/graph/zpa.resolvers.go +++ b/graph/zpa.resolvers.go @@ -2,7 +2,7 @@ package graph // 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.70 +// Code generated by github.com/99designs/gqlgen version v0.17.75 import ( "context"