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

Allow custom cypher queries on refresh_schema() #72

Open
dvirm-cr opened this issue Sep 20, 2023 · 0 comments
Open

Allow custom cypher queries on refresh_schema() #72

dvirm-cr opened this issue Sep 20, 2023 · 0 comments

Comments

@dvirm-cr
Copy link

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

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

No branches or pull requests

1 participant