Skip to content

Conversation

dimaMachina
Copy link
Contributor

No description provided.

Copy link

vercel bot commented May 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
graphql-github-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 31, 2025 4:35pm

@orta
Copy link
Member

orta commented May 31, 2025

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).
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.

Copy link
Member

@benjie benjie left a 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!

@dimaMachina dimaMachina merged commit 0b2d07c into source May 31, 2025
4 checks passed
@dimaMachina dimaMachina deleted the graphiql-4-blog branch May 31, 2025 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants