Commit 42d3523
authored
Don't apply join when DateFilter has no actual filter values submitted
Due to how it is implemented, DateFilter applies an inner join on nested properties even if no filters are provided. This is a problem for GraphQL where you have to define your variables for the query upfront, so ApiPlatform sees the filter in the query and applies the join, but no actual fields and filtering value is supplied1 parent de3bed2 commit 42d3523
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments