Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Allow custom cypher queries on refresh_schema() #72

@dvirm-cr

Description

@dvirm-cr

There is an issue in my case where large schema (many properties) cause the token allowed to exceed.
I was able to bypass that using rel_query returns

RETURN {type: nodeLabels, properties: properties[0..5]} AS output

this leads to allowing custom cypher queries to be supported - I'm sure there are other cases where this can be helpful
can you add me as contributor so I can open a PR?
thx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions