Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
GraphQL is a data query language and runtime designed and used at Facebook to request and deliver data to mobile and web apps since 2012. | Easiest way to run a GraphQL server: Sensible defaults & includes everything you need with minimal setup.;Includes Subscriptions: Built-in support for GraphQL subscriptions using WebSockets.;Compatible: Works with all GraphQL clients (Apollo, Relay...) and fits seamless in your GraphQL workflow. |
Hierarchical;Product-centric;Client-specified queries;Backwards Compatible;Structured, Arbitrary Code;Application-Layer Protocol;Strongly-typed;Introspective | GraphQL spec-compliant;File upload;GraphQL Subscriptions;TypeScript typings;GraphQL Playground;Extensible via Express middlewares;Schema directives;Apollo Tracing;Accepts both application/json and application/graphql content-types;Runs everywhere: Can be deployed via now, up, AWS Lambda, Heroku etc.;Supports middleware out of the box. |
Statistics | |
Stacks 34.9K | Stacks 99 |
Followers 28.1K | Followers 144 |
Votes 309 | Votes 3 |
Pros & Cons | |
Pros
Cons
| Pros
|
Integrations | |
| No integrations available | |

Prisma is an open-source database toolkit. It replaces traditional ORMs and makes database access easy with an auto-generated query builder for TypeScript & Node.js.

Execute one command (or mount one Node.js middleware) and get an instant high-performance GraphQL API for your PostgreSQL database

It is an ISO/IEC approved, OASIS standard that defines a set of best practices for building and consuming RESTful APIs. It helps you focus on your business logic while building RESTful APIs without having to worry about the various approaches to define request and response headers, status codes, HTTP methods, URL conventions, media types, payload formats, query options, etc.

Firecamp is a centralized platform to test/manage/collaborate on HTTP, GraphQL, WS and other forms of APIs in a Team.

Visual GraphQL Editor is a visual backend editor that speed's up software development and improve's communication with non-tech people. It's a is a bridge between tech and non-tech users. Professionals can import their previously written code and visualize it on diagram while newbies can link visual blocks and editor will transform them into code. Our tool makes understanding GraphQL schema a lot easier.

It is a powerful, yet straightforward database programming language. It is easy to both write and read, and comes packed with lots of out-of-the-box optimizations and security features.

A beautiful feature-rich GraphQL Client IDE for all platforms. Enables you interact with any GraphQL server you are authorized to access from any platform you are on. Much like Postman for GraphQL, you can easily test and optimize your Grap

It is a declarative, code-first and strongly typed GraphQL schema construction for TypeScript & JavaScript.

It is a library that creates an executable GraphQL schema from a model definition and provides queries and mutations to access a database. Currently, it supports the multi-model database ArangoDB. The concept being inspired by existing projects like prisma and join-monster, it exploits the expressiveness of the Arango Query Language (AQL) to generate one tailored query for each GraphQL request.

SQL is designed for managing data held in a relational database management system (RDBMS), or for stream processing in a relational data stream management system (RDSMS).