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
Describe the new feature you'd like
Using the with configuration step, we could pass in extra config to Gaffer in gremlin queries. This should be able to do things such as set the options field, or set FederatedOperation.graphIds.
Why do you want this feature?
It would allow for specifying subgraphs when querying a FederatedStore.
Additional context
I think we will need to enable VariableFeatures
The text was updated successfully, but these errors were encountered:
* Basic graph traversal strategy with hooks for options
* hook options step into graph variables
* set back to defaults after running
* address issues with federation tests
Describe the new feature you'd like
Using the with configuration step, we could pass in extra config to Gaffer in gremlin queries. This should be able to do things such as set the options field, or set
FederatedOperation.graphIds
.Why do you want this feature?
It would allow for specifying subgraphs when querying a FederatedStore.
Additional context
I think we will need to enable
VariableFeatures
The text was updated successfully, but these errors were encountered: