-
Notifications
You must be signed in to change notification settings - Fork 0
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
Recent Posts (GraphQL Slug Issue) #1
Comments
another one that will cause some issues:
graphql doesn't like empty args in |
@pcampagnano It worked, thank you! I will keep that in mind going forward. I am somewhat new to GraphQL and I've been doing a ton of AWS Amplify tutorials which build out serverless apps using GraphQL calls so this is actually helpful. Although originally this was working fine and I am still not getting any errors with my featured posts but I am going to change it regardless. Solution Question 2.) Does it have anything to do with my frequent redeploying or was this just bad practice do you think? |
In the spec, https://spec.graphql.org/June2018/#sec-Language.Arguments I couldn't find what implementation hygraph uses under the hood (and it looks closed source.) Apollo server behaves similarly I believe, though that exact error message doesn't show up in the repo in an obvious place. Why it would work previously and then stop working, unless hygraph made changes to better adopt the graphql spec, or there was a deployment that was referencing different code when things worked, hard to say.
https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd |
Not sure why this isn't working, it was working literally hours ago. I added new posts to the site and redeployed it and suddenly it stopped working. May remove it from the live site temporarily until I can find a way to fix it. Please help.
The text was updated successfully, but these errors were encountered: