18 projects
GraphQL Foundation
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
12,685
2,954
$16M
Apollo Server
Apollo Server is a GraphQL server implementation that enables developers to build production-ready GraphQL APIs in Node.js. It provides features like schema definition, query execution, caching, authentication, and integrates with various data sources.
5,035
1,676
$1.9M
GraphQL Code Generator
GraphQL Code Generator is a tool that generates type-safe code from GraphQL schemas and operations, automating the creation of TypeScript types, resolvers, and other code artifacts to improve development workflow with GraphQL APIs
4,345
1,509
$4.4M
gqlgen
gqlgen is a Go library for building GraphQL servers without any boilerplate code. It takes a schema-first approach by reading GraphQL schema files to generate type-safe Go code, enabling rapid development of GraphQL APIs while maintaining type safety and performance.
2,557
765
$9.7M
GraphQL Tools
GraphQL Tools is a collection of utilities and libraries for building and working with GraphQL schemas, including tools for schema stitching, mocking, testing, and code generation in GraphQL applications
2,294
807
$3M
Strawberry GraphQL
A GraphQL library for Python that leverages type annotations ๐
1,291
339
$3.5M
Ballerina
Ballerina is an open-source programming language and platform designed for cloud-native applications and integration. It combines the flexibility of a general-purpose language with built-in support for networked and distributed applications, offering features like API composition, JSON handling, and network-aware type systems.
1,261
148
$90M
GraphQL Code Generator Community
GraphQL Code Generator is a tool that generates type-safe code from GraphQL schemas and operations, helping developers work with GraphQL APIs more efficiently by automating code generation for queries, mutations, and types across multiple programming languages and frameworks.
1,226
347
$9.4M
async-graphql
A high-performance GraphQL server implementation for Rust that provides async/await support, type-safe schema definitions, and extensive features like subscriptions, custom scalars, and field resolvers
1,014
357
$2.2M
GraphQL Mesh
๐ธ๏ธ GraphQL Federation Framework for any API services such as REST, OpenAPI, Swagger, SOAP, gRPC and more...
924
226
$32M
Apollo Router Core
The Apollo Router Core is a high-performance, configurable GraphQL router and gateway implementation written in Rust. It serves as a key infrastructure component for GraphQL architectures, handling request routing, schema composition, and query execution while providing features like caching, security, and observability.
901
199
$18M
GraphQL Kotlin
GraphQL Kotlin is a set of libraries for building GraphQL applications in Kotlin. It provides schema generation, server implementation, and client functionality to help developers create type-safe GraphQL APIs using Kotlin's language features.
658
134
$3.7M
SmallRye GraphQL
SmallRye GraphQL is a GraphQL server and client implementation for Java, providing a framework for building GraphQL APIs in Java applications. It offers features like schema generation, query execution, and integration with MicroProfile GraphQL specification.
335
60
$2.2M
GraphQL Scalars
A library of custom GraphQL Scalars for creating precise type-safe GraphQL schemas.
Pothos GraphQL
Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
The Guild Envelop
Envelop is a lightweight library allowing developers to easily develop, share, collaborate and extend their GraphQL execution layer. Envelop is the missing GraphQL plugin system.