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

Custom filter support for typeorm and graphql #1397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 21, 2022

  1. feat(graphql+typeorm): Custom filters

      - Force UTC timezone to make some tests (e.g. typeorm-query-service.spec) deterministic
      - Allow to define and register custom filters on types and entities (virtual fields as well) at the Typeorm (persistence) layer
      - Allow extending filters on the built-in graphql types
      - Implement custom filters on custom graphql scalars
      - Implement allowedComparisons for extended filters and for custom scalar defined graphql filters
      - Implement custom graphql filters on virtual properties
      - Documentation
      - Tests
    luca-nardelli committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    8733a1d View commit details
    Browse the repository at this point in the history