Skip to content

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

Merged
merged 5 commits into from
May 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
apply Benjie suggestion
  • Loading branch information
dimaMachina committed May 30, 2025
commit fd5c688daebde43219cb9af45d7ed5a4d46b01d2
2 changes: 1 addition & 1 deletion src/pages/blog/2025-06-01-graphiql-4/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Follow the step-by-step guide in our

## What's Next?

The development of **GraphiQL 5** is already complete! You can checkout the last
The development of **GraphiQL 5** is almost complete! You can checkout the last
[Live Preview](https://deploy-preview-3234--graphiql-test.netlify.app).
Copy link
Member

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
    }
  }
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


The official release is just around the corner — arriving later **this month**!
Expand Down