-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error: _id.map is not a function #90
Comments
@sibeliusseraphini |
With @risingstack/graffiti-mongoose": "^5.0.9" I can run the query. |
Hey, The mongoose schema I am using (reduced for brevity):
And the query resulting in the error:
Let me know if I can provide any more information on this problem.
|
I get an error if I use
after
to fetch new items. Example query (below). Query is produced by Relay, but should be self explanatory.If I run the same query without
after
it will run successfully, even with a higher number of itemsThis is my (redacted) model structure:
I'm using:
The text was updated successfully, but these errors were encountered: