Yannick Rödl
Yannick Rödl
Hey, I have stumbled upon this and was wondering, how we can increase the retention time, as we are self-hosting and would like to have e.g. 90 days. However, as...
Added repo for reproduction.
I can confirm this is an issue. In our case providing filters as variable resulted in this issue. As we are using npm, I fixed the version using: ``` "overrides":...
For us the problem was related to queries like this: `query getObjectByKeys($filter: InputTypeKeys!) { objectList(instance: "123", limit: 10, filter: $filter) { items { id } totalCount limit } } `...
@Urigo Finally, I was able to create a reproduction sample. You can find it in this branch: https://github.com/PlayAnyData/mesh-error-duplicate/tree/reproduce/6107 I guess it is related to the combination of the schema, because...
@ardatan Sure, you can find it in this branch. https://github.com/PlayAnyData/mesh-error-duplicate/tree/reproduce/7423 I have added further information to readme on how to reproduce. Thanks for having a look at it.
I have just updated the repo with latest 0.* version and the issue still exists. Any chances of fixing this?
Could be related to: https://github.com/ardatan/graphql-mesh/issues/7996 (so looks like this might be a problem in v1 as well?) Could you give me a pointer what might go wron, such that I...
Hi @ardatan, any ideas?
We have upgraded to v1 and this does not seem to be a problem there, so I will close it here.