Fix join (#2)

* fix: baseurl join

* chore: update graphql gen
This commit is contained in:
Jon Lundy
2022-09-07 12:26:14 -06:00
committed by GitHub
parent c5fdb1319c
commit 700d6370f2
5 changed files with 18 additions and 9 deletions

View File

@@ -2267,7 +2267,7 @@ func (ec *executionContext) _SaltyUser_endpoint(ctx context.Context, field graph
}()
resTmp, err := ec.ResolverMiddleware(ctx, func(rctx context.Context) (interface{}, error) {
ctx = rctx // use context from middleware stack in children
return obj.Endpoint(ctx), nil
return obj.Endpoint(ctx)
})
if err != nil {
ec.Error(ctx, err)