Q: What makes this?

Can you please highlight why I would use this over graphql playground?

BiscuitPLUSAug 27, 2024
Founder Team
Warren_GraphDev

Warren_GraphDev

Aug 27, 2024

A: Hey Biscuit,

There are several benefits over GraphQL Playground.

1. You can generate shareable links, storing both the request and response. These can be shared publicly or privately. These are great for sharing snapshots or issues on things like Slack or Jira.

2. We have a schema-aware chat that uses the introspection result to make the AI context aware. You can ask it any question about your graph, or ask it to generate queries for you. I always forget how to access one entity from another, particularly if the relationship is more complex. The AI can detect all this relational data and generate complex queries.

3. Queries and mutations can be grouped and saved into collections, so if you're working on a certain project or feature, you can organize everything there. By adding extra team members, you can also share these collections amongst every member.

4. We also supply a desktop agent, so you can access many different APIs without running into CORs issues.

Helpful?
Log in to join the conversation