-
Notifications
You must be signed in to change notification settings - Fork 150
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
LIMIT: Invalid input. '10.0' is not a valid value. Must be a non-negative integer.", #208
Comments
@aspectgfg Hi, to make sure we cover all the cases and setups when looking into this, can I ask you to create a repo or example setup where you see this behavior? |
A fix (hopefully!) for this has now been merged, and will be released shortly (aiming for tomorrow). Please do test and feel free to reopen this ticket if it hasn't addressed your problems! 🙂 |
After much back and forth of thinking we had fixed this bug, it should finally be fully fixed by #297. 🤞 Apologies it took a while to get to this stage, it was a tricky bug to find but then very clear once we had found it! |
Describe the bug
Simple query on a model with a limit or skip parameter in the gql query
Expected behavior
Skip and limit to work
System (please complete the following information):
"@neo4j/graphql": "^1.0.1"
"@neo4j/graphql-ogm": "^1.0.1"
"neo4j-driver": "^4.2.3",
Neo4J: Version 1.4.3 (1.4.3.49)
Additional context
After editing this line
graphql/packages/graphql/src/translate/translate-read.ts
Line 113 in eb4d0c1
to be
The query successfully runs
The text was updated successfully, but these errors were encountered: