-
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 #111
Comments
Works for me. Do you have all items in the other table (required to complete the query)? |
I also have this error when trying to implement pagination. I have a connection which I am trying to load more results. There are 22 nodes in my edge and if i query 6, then onclick request +6 more I get the error. With initial variables at 25 or any number there is no issue, only when updating relay variables. Anyone see what I could be doing wrong? Inside the header this is the error The component
Versions:
(on windows 10) Anymore info needed let me know. |
Hey,
I'm getting this error when trying simple pagination from GrapihQL.
I also posted this on #90 but since it's closed - I think no one would look at it now.
I'm on grafitti-mongoose 5.0.10 and as far as I can tell this is not resolved by #100.
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.
The text was updated successfully, but these errors were encountered: