-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
The inline argument "perPage" is expected as a variable but was not provided. #1183
Comments
I "Network" tab I can see that "perPage" is actually passed in request. |
Looks related to (my) #1163, too. Testing this now, I too see things going back and forth between the client and the GraphQL backend as expected, but still the error gets thrown and my component gets no data. |
Could you see if this is fixed by #1174? |
@calebmer Sorry I didn't get it. |
Should be in |
This is still a major bug. I am running 0.8.7 and have encountered it. Looks like it happens if I SSR a page that uses a variable, navigate away from that page, and then navigate back to it via the back button. It does NOT happen if I SSR a different page, navigate to the page, navigate away, and then navigate back. It appears like it might have something to do a difference in query presentation during SSR? |
@thebigredgeek could you reproduce your error with |
Hi, guys.
I'm using apollo-client: 0.5.21 and graph.cool
I'm trying to get a list of guest to render it in table component (GuestsList)
I have this query:
But when the page loads for the first time I got an error.
http://joxi.ru/l2ZnRMeIwzJNl2
Maybe this issue is connected with this one, but for me, it's looks like it's not
#732
When I updated apollo-client to version 0.5.26 all works, but unfortunately I can't do it because this bug #1129
The text was updated successfully, but these errors were encountered: