The JavaScript reference implementation for GraphQL, a query language for APIs created by Facebook. GraphQL.js is a general-purpose library and can be used both in a Node server and in the browser. As an example, the GraphiQL tool is built with GraphQL.js! Building a project using GraphQL.js with webpack or rollup should just work and only include the portions of the library you use. This works because GraphQL.js is distributed with both CommonJS (require()) and ESModule (import) files. Ensure that any custom build configurations look for .mjs files! For practical applications, you'll probably want to run GraphQL queries from an API server, rather than executing GraphQL with a command line tool. GraphQL.js provides two important capabilities: building a type schema and serving queries against that type schema.

Features

  • General-purpose library
  • Can be used both in a Node server and in the browser
  • Build a project using GraphQL.js with webpack or rollup
  • GraphQL.js is distributed with both CommonJS and ESModule files
  • Ensure that any custom build configurations look for .mjs files
  • Run GraphQL queries from an API server

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow GraphQL.js

GraphQL.js Web Site

Other Useful Business Software
Forever Free Full-Stack Observability | Grafana Cloud Icon
Forever Free Full-Stack Observability | Grafana Cloud

Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of GraphQL.js!

Additional Project Details

Programming Language

JavaScript

Related Categories

JavaScript Frameworks, JavaScript Command Line Tools

Registered

2021-03-10