We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not sure how feasible this is yet.
Sometimes, we retrieve an edge and have an edge object. We then wish to replace, remove or update this edge.
It is a bit cumbersome trying to get the $edgeId to pass it to the replace, remove and update edge functions.
$edgeId
Perhaps we can allow passing in the edge object as well and have the function grab the edgeId form the edge object.
edgeId
The text was updated successfully, but these errors were encountered:
Will get back to you on this a bit later.
Sorry, something went wrong.
No branches or pull requests
Not sure how feasible this is yet.
Sometimes, we retrieve an edge and have an edge object. We then wish to replace, remove or update this edge.
It is a bit cumbersome trying to get the
$edgeId
to pass it to the replace, remove and update edge functions.Perhaps we can allow passing in the edge object as well and have the function grab the
edgeId
form the edge object.The text was updated successfully, but these errors were encountered: