Skip to content

Commit

Permalink
feat(graphql-armor): max-depth now has ignoreIntrospection set to true (
Browse files Browse the repository at this point in the history
  • Loading branch information
beniaminmunteanu authored Apr 10, 2024
1 parent 9e91800 commit ea130fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/auth/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export class App {
maxDepth: {
enabled: true,
n: 10,
ignoreIntrospection: false
ignoreIntrospection: true
},
costLimit: {
enabled: true,
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export class App {
maxDepth: {
enabled: true,
n: 10,
ignoreIntrospection: false
ignoreIntrospection: true
},
costLimit: {
enabled: true,
Expand Down

0 comments on commit ea130fb

Please sign in to comment.