Add resources vendors directory - #2459
Open
BrendanBondurant wants to merge 5 commits into
Open
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. |
martinbonnin
reviewed
Jul 1, 2026
martinbonnin
reviewed
Jul 1, 2026
Co-authored-by: Martin Bonnin <martin@mbonnin.net>
BrendanBondurant
marked this pull request as ready for review
July 2, 2026 15:14
martinbonnin
approved these changes
Jul 16, 2026
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Member
|
I wonder if we can source all the data from here https://landscape.graphql.org since that is actively maintained |
Urigo
requested changes
Aug 1, 2026
| 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.", |
Contributor
There was a problem hiding this comment.
Suggested change
| "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.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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