How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Working draft of "GraphQL over HTTP" specification
This repository contains the official technical specification for GraphQL. It serves as the formal standard defining the query language, the execution engine, and the schema definition rules required to maintain consistency across different API implementations. The specification establishes a language-agnostic standard for query syntax and semantics, alongside a formal protocol for introspection. It provides the documented algorithms and logic requirements necessary for implementing a consistent server, ensuring that metadata about types and fields can be discovered by automated tools. The p
OpenCRUD is a GraphQL CRUD API specification for databases
The main features of opencrud/opencrud are: GraphQL Specifications.
Open-source alternatives to opencrud/opencrud include: graphql/graphql-over-http — Working draft of "GraphQL over HTTP" specification. graphql/graphql-spec — This repository contains the official technical specification for GraphQL. It serves as the formal standard defining…