You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If low-level graph field is accepting options for entity filter, there should a possibility to pass the variables down from top level graph. This will allow to avoid unnecessary query and optimize db queries.
Example:
High level graph:
This field uses region as a way to filter branches on the client side. If we could pass the variable, we could filter them server side limiting the amount of entities we need to process to zero in most common cases
If low-level graph field is accepting options for entity filter, there should a possibility to pass the variables down from top level graph. This will allow to avoid unnecessary query and optimize db queries.
Example:
High level graph:
This field uses region as a way to filter branches on the client side. If we could pass the variable, we could filter them server side limiting the amount of entities we need to process to zero in most common cases
The text was updated successfully, but these errors were encountered: