Skip to content

feat: limit max filter operations in GraphQL to 32 - #139

Merged
Dejmenek merged 1 commit into
mainfrom
feat/117-limit-filter-tree-complexity
Sep 12, 2026
Merged

Dejmenek merged 1 commit into
mainfrom
feat/117-limit-filter-tree-complexity

Conversation

@Dejmenek

Copy link
Copy Markdown
Owner

Summary

This pull request updates the GraphQL filtering configuration by limiting the number of allowed filter operations from default 64 to 32.

Changes

  • GraphQLExtensions.cs: Modified AddFiltering to include MaxAllowedFilterOperations(32) alongside x.AddDefaults().

@Dejmenek Dejmenek linked an issue Sep 12, 2026 that may be closed by this pull request
@Dejmenek
Dejmenek merged commit a9fa7d2 into main Sep 12, 2026
3 checks passed
@Dejmenek
Dejmenek deleted the feat/117-limit-filter-tree-complexity branch September 12, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Limit filter tree complexity

1 participant