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 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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant