Skip to content

Graph Pattern Matching: selector ALL PATHS #17

@akollegger

Description

@akollegger

API

Other

Description

Equivalent to today's Cypher:

MATCH p = (a:Person)-[:X*1,]->(b:Manager)
RETURN p

In ISO-GQL:

MATCH p = ALL PATHS (a:Person)-[:X]->+(b:Manager)
RETURN p

Metadata

Metadata

Assignees

No one assigned

    Labels

    Could HaveFor a milestone, this is optional or nice-to-haveenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions