Skip to content

Commit

Permalink
Allow Graphql Middleware Init funcs to add to Context (#4910)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kruse <[email protected]>

Signed-off-by: Christian Kruse <[email protected]>
  • Loading branch information
c-kruse authored Nov 7, 2022
1 parent d16d49e commit 95cfde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (service *Service) Do(ctx context.Context, p QueryParams) *Result {
Schema: schema,
AST: AST,
Args: p.Variables,
Context: ctx,
Context: params.Context,
})
}

Expand Down

0 comments on commit 95cfde2

Please sign in to comment.