-
Notifications
You must be signed in to change notification settings - Fork 1.5k
GraphiQL 4.1 Announcement blog post #2007
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
looking like some great work going on in the graphiql corner! |
## What's Next? | ||
|
||
The development of **GraphiQL 5** is almost complete! You can checkout the last | ||
[Live Preview](https://deploy-preview-3234--graphiql-test.netlify.app). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried a few queries and got errors:
{
streamable {
text
}
}
produces error:
{
"errors": [
{
"message": "Expected Iterable, but did not find one for field \"Test.streamable\".",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"streamable"
]
}
],
"data": {
"streamable": null
}
}
Similarly:
{
person {
name
age
friends {
name
age
}
}
}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent; I think this is good to ship except the V5 test schema looks like it could use some TLC before people try it out!
No description provided.