GraphQL Mesh icon
GraphQL Mesh icon

GraphQL Mesh

 Like

GraphQL Mesh allows you to use GraphQL query language to access data in remote APIs that don't run GraphQL (and also ones that do run GraphQL). It can be used as a gateway to other services or run as a local GraphQL schema that aggregates data from remote APIs.

GraphQL Mesh screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • BSD
  • Self-Hosted
  No rating
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Open API
  2.  REST API
  3.  GraphQL API
  4.  GraphQL

 Tags

GraphQL Mesh News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

No activities found.

GraphQL Mesh information

  • Developed by

    Arda Tanrikulu
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    18 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  3,389 Stars
  •  347 Forks
  •  208 Open Issues
  •   Updated May 13, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about GraphQL Mesh, and it has gotten 0 likes

GraphQL Mesh was added to AlternativeTo by Paul on Nov 1, 2023 and this page was last updated Nov 1, 2023.
No comments or reviews, maybe you want to be first?
Post comment/review

What is GraphQL Mesh?

GraphQL Mesh allows you to use GraphQL query language to access data in remote APIs that don't run GraphQL (and also ones that do run GraphQL). It can be used as a gateway to other services or run as a local GraphQL schema that aggregates data from remote APIs.

The goal of GraphQL Mesh is to let developers easily access services that are written in other APIs specs (such as gRPC, OpenAPI/Swagger, OData, SOAP/WSDL, Apache Thrift, Mongoose, PostgreSQL, Neo4j, and also GraphQL) with GraphQL queries and mutations.

GraphQL Mesh gives the developer the ability to modify the output schemas, link types across schemas and merge schema types. You can even add custom GraphQL types and resolvers that fit your needs.

It allows developers to control the way they fetch data, and overcome issues related to backend implementation, legacy API services, chosen schema specification and non-typed APIs.

GraphQL Mesh is acting as a proxy to your data, and uses common libraries to wrap your existing API services. You can use this proxy locally in your service or application by running the GraphQL schema locally (with GraphQL execute), or you can deploy this as a gateway layer to your internal service.

GraphQL Mesh Videos

Official Links