Skip to content
New issue

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

Allow traversals from within a vertex marked @optional #41

Closed
obi1kenobi opened this issue Oct 9, 2017 · 1 comment
Closed

Allow traversals from within a vertex marked @optional #41

obi1kenobi opened this issue Oct 9, 2017 · 1 comment

Comments

@obi1kenobi
Copy link
Contributor

Currently, doing queries like the following is not allowed:

{
    Animal {
        out_Animal_ParentOf @optional {
            out_Animal_FedAt {
                name @output(out_name: "name")
            }
        }
    }
}

This is because we have no way to traverse out of an optional vertex in MATCH, so this issue is a blocker: orientechnologies/orientdb#7803

@obi1kenobi
Copy link
Contributor Author

Implemented and closed by #83.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant