Add resources vendors directory - #2459
Conversation
|
@BrendanBondurant is attempting to deploy a commit to the The GraphQL Foundation Team on Vercel. A member of the Team first needs to authorize it. |
| "WunderGraph builds Cosmo, an open-source platform for GraphQL Federation at scale with a schema registry, composition, routing, and analytics.", | ||
| url: "https://wundergraph.com/", | ||
| github: "wundergraph", | ||
| }, |
There was a problem hiding this comment.
Probably worth a few extra ones?
- Azure API Managerment,
- WSo2 API Manager
- IBM's StepZen
- Apigee
- Kong Gateway
There was a problem hiding this comment.
Sure, I will add those in now
There was a problem hiding this comment.
@martinbonnin are these really GraphQL vendors? do they have any GraphQL features?
There was a problem hiding this comment.
I would say they're not GraphQL first but they are GraphQL compatible and it's a nice thing to know overall for users out there to be aware of those options.
There was a problem hiding this comment.
its not an important enough point for me to hold the PR, but I can't see what these options mean for GraphQL users?
when they click on them, what will they find out?
There was a problem hiding this comment.
what these options mean for GraphQL users?
Means there's a wide ecosystem of tools compatible with GraphQL that they can explore. More options is good for GraphQL users.
its not an important enough point for me to hold the PR
Same for me. Opinion not strongly held. I'll let @BrendanBondurant decide what he likes best.
Co-authored-by: Martin Bonnin <martin@mbonnin.net>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
I wonder if we can source all the data from here https://landscape.graphql.org since that is actively maintained |
| name: "The Guild", | ||
| slug: "the-guild", | ||
| description: | ||
| "The Guild maintains a broad suite of GraphQL tooling and services, including GraphQL Code Generator, GraphQL Yoga, GraphQL Mesh, Hive for schema registry and federation, and the Stellate GraphQL CDN for edge caching.", |
There was a problem hiding this comment.
| "The Guild maintains a broad suite of GraphQL tooling and services, including GraphQL Code Generator, GraphQL Yoga, GraphQL Mesh, Hive for schema registry and federation, and the Stellate GraphQL CDN for edge caching.", | |
| "Builds [[Hive](https://the-guild.dev/graphql/hive)](https://the-guild.dev/graphql/hive), the fully open-source (MIT) GraphQL federation platform — schema registry, gateway, router, and observability — run self-hosted and in the cloud at some of the world's largest enterprises, exposing GraphQL APIs as governed MCP tools for AI agents. Maintains many of the ecosystem's most-used libraries, including [[GraphQL Code Generator](https://the-guild.dev/graphql/codegen)](https://the-guild.dev/graphql/codegen), [[Yoga](https://the-guild.dev/graphql/yoga-server)](https://the-guild.dev/graphql/yoga-server), [[Mesh](https://the-guild.dev/graphql/mesh)](https://the-guild.dev/graphql/mesh), and [[GraphQL Tools](https://the-guild.dev/graphql/tools)](https://the-guild.dev/graphql/tools), with tens of millions of downloads every month. Also runs [[Stellate](https://stellate.co/)](https://stellate.co), the CDN for GraphQL.", |
@saihaj I agree in principle but in practice, the graphql-landscape repo is out of the TSC control (at least I can't merge there) and maintaining it comes with some friction. I'll inquire about it but in the meantime, I'm fine keeping a less official but more active list here. |

Closes #2458
Description
This PR adds a new
resources/vendorspage to the Resource Hub and places it in the Resources submenu below Tools & Libraries.The new page creates a dedicated place for GraphQL vendors, instead of mixing vendor/company entries into other resource pages. Each vendor entry includes:
I also added the initial vendor dataset in
resources/vendors/data.ts.Implementation notes
Open questions
This PR implements the page, but there are still a few content/modeling decisions we may want to confirm:
Testing
/resources/vendorsScreenshots
--