Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(query-graphql): Added disableFilter and disableSort #10

Merged
merged 8 commits into from
May 31, 2022

Conversation

TriPSs
Copy link
Owner

@TriPSs TriPSs commented May 27, 2022

With these options you can disable the filter and sorting of relations.

Changes without the linting

@codecov-commenter
Copy link

codecov-commenter commented May 27, 2022

Codecov Report

Merging #10 (41190a1) into master (f3ec75c) will decrease coverage by 0.04%.
The diff coverage is 83.51%.

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   62.41%   62.36%   -0.05%     
==========================================
  Files         229      229              
  Lines        5135     5131       -4     
  Branches      760      762       +2     
==========================================
- Hits         3205     3200       -5     
  Misses       1239     1239              
- Partials      691      692       +1     
Impacted Files Coverage Δ
packages/core/src/helpers/comparison.builder.ts 5.55% <ø> (ø)
packages/core/src/helpers/filter.builder.ts 11.11% <ø> (ø)
packages/query-graphql/src/common/dto.utils.ts 88.23% <0.00%> (-5.89%) ⬇️
...aphql/src/decorators/authorize-filter.decorator.ts 83.87% <ø> (ø)
packages/query-graphql/src/decorators/index.ts 100.00% <ø> (ø)
packages/query-graphql/src/index.ts 100.00% <ø> (ø)
.../query-graphql/src/resolvers/resolver.interface.ts 100.00% <ø> (ø)
...graphql/src/types/connection/offset/pager/pager.ts 75.86% <ø> (ø)
...ages/query-graphql/src/types/query/paging/index.ts 100.00% <ø> (ø)
...hql/src/types/validators/property-max.validator.ts 66.66% <0.00%> (ø)
... and 56 more

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

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.

2 participants