Skip to content
This repository was archived by the owner on Dec 4, 2022. It is now read-only.
This repository was archived by the owner on Dec 4, 2022. It is now read-only.

Reporting Cypher query as invalid #1

@rhblind

Description

@rhblind

The following cypher query is reported invalid

MATCH (source0: UserNode {pk: 0})-[:GRANTEES {type: "ManyToOneRel", is_meta: False, remote_field: "account.user.grantees", target_field: "common.relation.id"}]->(target0: RelationNode)-[:RELATION_TYPE {type: "ForeignKey", is_meta: False, remote_field: "common.relation.relation_type", target_field: "common.relationtype.id"}]->(target1: RelationTypeNode {name: "_closest relative"})-[:RELATION {type: "ManyToOneRel", is_meta: False, remote_field: "common.relationtype.relation_set", target_field: "common.relation.id"}]->(target0: RelationNode)-[:USER {type: "ForeignKey", is_meta: False, remote_field: "common.relation.user", target_field: "account.user.id"}]->(target3: UserNode)-[:USERINFO {type: "ManyToOneRel", is_meta: False, remote_field: "account.user.userinfo_set", target_field: "common.userinfo.id"}]->(target4: UserInfoNode {description: "messages"})-[:USER {type: "ForeignKey", is_meta: False, remote_field: "common.userinfo.user", target_field: "account.user.id"}]->(target3: UserNode)-[:GENERICTEXT {type: "ManyToOneRel", is_meta: False, remote_field: "account.user.generictext_set", target_field: "common.generictext.id"}]->(target6: GenericTextNode) RETURN *;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions