Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and mutations based on a defined schema. It functions as a Node.js framework that integrates GraphQL functionality into various web frameworks and serverless environments through middleware. The project provides a federated GraphQL gateway that aggregates multiple distributed subgraphs into a single unified entry point. It includes a built-in interactive API sandbox for testing operations at the server endpoint and a schema registry client to automate the synchronization of API definitio
This project is the JavaScript reference implementation of the GraphQL specification. It provides a query engine and schema parser designed to parse, validate, and execute queries to retrieve or mutate data based on a defined schema. The implementation includes a framework for mapping codebase structures to a strongly typed system and a tool for converting query strings into abstract syntax trees for programmatic analysis. The library covers the full surface of GraphQL API implementation, including schema definition, language parsing, and query validation. It provides the necessary infrastru
Framework NodeJS for GraphQl
Les fonctionnalités principales de graphitejs/server sont : JavaScript Implementations.
Les alternatives open-source à graphitejs/server incluent : apollographql/apollo-server — Apollo Server is a spec-compliant JavaScript implementation for building GraphQL APIs that resolve queries and… contrawork/graphql-helix — A highly evolved GraphQL HTTP Server 🧬. getcronit/pylon — Enables TypeScript developers to easily build GraphQL APIs. graphql/graphql-js — This project is the JavaScript reference implementation of the GraphQL specification. It provides a query engine and… hypermodeinc/modus — modus: a framework for building agentic flows powered by WebAssembly. mercurius-js/mercurius — Implement GraphQL servers and gateways with Fastify.