Replies: 1 comment
-
Could you maybe create a example repo that demonstrates the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello !
I tried to use
@FilterableCursorConnection
instead of@FilterableUnPagedRelation
to have the ability to paginate the relations of an entity.Unfortunately, when I list the entity, several nodes (almost all) are missing their relations (which is not the case when I query the entity directly).
This problem can be reproduced with
@FilterableOffsetConnection
Here are my queries:
Query 1
Query 2
Did I miss something?
Note: I use TypeORM
Beta Was this translation helpful? Give feedback.
All reactions