Skip to content

Commit

Permalink
chore: fix config in module
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Nowak committed Dec 22, 2023
1 parent 0df01cc commit 5f2f6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type Module struct {
// Inject executable schema
func (m *Module) Inject(
config *struct {
EnableLimitQueryAmountMiddleware bool `inject:"config:graphql.limitQueryAmountMiddleware.enable,optional"`
EnableLimitQueryAmountMiddleware bool `inject:"config:graphql.security.limitOperationAmount.enable,optional"`
},
) {
if config != nil {
Expand Down

0 comments on commit 5f2f6c0

Please sign in to comment.