We've seen multiple ppl having a very big amount of branches (500+)
Currently our graphql schema only allows a paginated query for branches on streams, but it doesn't allow filtering the branches on certain criteria ( name ).
This issue is spanning hacky workarounds like this
The end user experience should be, that we enable a filterable paginated infinite scroll type interaction in our DUI and or frontend.
We've seen multiple ppl having a very big amount of branches (500+)
Currently our graphql schema only allows a paginated query for branches on streams, but it doesn't allow filtering the branches on certain criteria ( name ).
This issue is spanning hacky workarounds like this
The end user experience should be, that we enable a filterable paginated infinite scroll type interaction in our DUI and or frontend.