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

Augment filter argument for nested fields #208

Merged

Conversation

Andy2003
Copy link
Collaborator

If the field of GraphQL Type maps to an *..n relation (a list) and there is currently no filter-argument defined, we now generate it in the augmented schema.
The logic for handling these nested filters is already implementd, so no further code-adjustments are required.

resolves #129

@github-actions

This comment has been minimized.

If the field of GraphQL Type maps to an *..n relation (a list) and there is currently no `filter`-argument defined, we now generate it in the augmented schema.
The logic for handling these nested filters is already implementd, so no further code-adjustments are required.

resolves #129
@Andy2003 Andy2003 force-pushed the bugfix/gh-129-augment-filter-argument-for-nested-fields branch from e65c8e6 to 6e557a2 Compare April 14, 2021 10:44
@github-actions

This comment has been minimized.

@Andy2003 Andy2003 merged commit 268a40d into master Apr 14, 2021
@github-actions
Copy link

Unit Test Results

    4 files  ±0      4 suites  ±0   7s ⏱️ ±0s
525 tests ±0  523 ✔️ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit 268a40d. ± Comparison against base commit 268a40d.

@Andy2003 Andy2003 deleted the bugfix/gh-129-augment-filter-argument-for-nested-fields branch April 14, 2021 10:51
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.

query with nested filters
1 participant