Skip to content

Commit

Permalink
refactor: full rewrite
Browse files Browse the repository at this point in the history
- Support pagination
- Support per-field cleaners for sensitive data

BREAKING CHANGE:

- rename npm package
- Completely different usage API. Please refer to the updated README.
- Drop support for `graphql.*` model modifiers (use ModelResolver/FieldResolver API)
- Nested filters are taken from nested fields args, not from root args subfields
  • Loading branch information
IlyaSemenov committed Jan 11, 2021
1 parent d409272 commit 0683b82
Show file tree
Hide file tree
Showing 36 changed files with 2,751 additions and 1,628 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ charset = utf-8
indent_style = tab
indent_size = 2

[{package.json,*.md,*.yml}]
[{*.json,*.md,*.yml}]
indent_style = space
Loading

0 comments on commit 0683b82

Please sign in to comment.