graphql-schema

GraphQL is a data query language developed by Facebook. It provides an alternative to REST and ad-hoc webservice architectures. It allows clients to define the structure of the data required, and exactly the same structure of the data is returned from the server. It is a strongly typed runtime which allows clients to dictate what data is needed.
Here are 258 public repositories matching this topic...
Language:All
Sort:Most stars
🌍 Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.
- Updated
Oct 6, 2025 - TypeScript
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
- Updated
Oct 7, 2025 - TypeScript
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
- Updated
Sep 23, 2025 - TypeScript
🔧 Utility library for GraphQL to build, stitch and mock GraphQL schemas in the SDL-first approach
- Updated
Oct 7, 2025 - TypeScript
A GraphQL library for Python that leverages type annotations 🍓
- Updated
Oct 7, 2025 - Python
Code-First, Type-Safe, GraphQL Schema Construction
- Updated
Nov 19, 2023 - TypeScript
GraphQL Shorthand Notation Cheat Sheet
- Updated
Jan 14, 2019
🌈 Simple Fullstack GraphQL Application. API built with Express + GraphQL + Sequelize (supports MySQL, Postgres, Sqlite and MSSQL). WebApp built with React + Redux to access the API. Written in ES6 using Babel + Webpack.
- Updated
Feb 25, 2021 - JavaScript
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.
- Updated
Oct 7, 2025 - TypeScript
Prisma tools to help you generate CRUD system for GraphQL servers
- Updated
Aug 30, 2025 - TypeScript
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
- Updated
Jan 31, 2024 - TypeScript
A Graphql query cost analyzer.
- Updated
Jan 4, 2023 - JavaScript
A developer web-app tool to rapidly prototype a full stack implementation of GraphQL with React.
- Updated
May 14, 2024 - JavaScript
A Vim plugin that provides GraphQL file detection, syntax highlighting, and indentation.
- Updated
Sep 17, 2025 - Vim Script
Realtime GraphQL Live Queries with JavaScript
- Updated
Oct 7, 2025 - TypeScript
Create GraphQL schema with TypeScript classes.
- Updated
Apr 9, 2022 - TypeScript
The only GraphQL wordlist you'll ever need. Operations, field names, type names... Collected on more than 60k distinct GraphQL schemas.
- Updated
Oct 3, 2023 - TypeScript
Use your existing graphQL schema to generate CMS in a couple steps. DEMO:http://cms-demo.web4fly.com/
- Updated
Nov 1, 2017 - JavaScript