-
Updated
Aug 17, 2021 - TypeScript
#
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 213 public repositories matching this topic...
graphql
koa
express
node
hapi
graphql-server
express-graphql
restify
apollographql
graphql-schema
resolvers
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
react
android
java
graphql
angular
typescript
schema
csharp
code-generator
graphql-schema
codegen
resolvers
-
Updated
Aug 17, 2021 - TypeScript
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
-
Updated
Jul 20, 2021 - TypeScript
javascript
mock
graphql
typescript
graphql-schema
schema-language
graphql-js
graphql-api
schema-stitching
-
Updated
Aug 17, 2021 - TypeScript
A collaborative list of GraphQL backend service providers.
graphql-client
graphql
apollo-ios
graphql-server
apollographql
graphql-schema
backend-services
parse-server
graphql-api
-
Updated
May 20, 2021
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
c-sharp
graphql-client
graphql
resolver
facebook
dotnet
graphql-server
graphql-schema
dotnet-core
asp-net-core
dataloader
asp-net
graphql-dotnet
graphql-parser
schema-stitching
hotchocolate
graphql-syntax
greendonut
graphql-schema-stitching
strawberryshake
-
Updated
Aug 17, 2021 - C#
Code-First, Type-Safe, GraphQL Schema Construction
-
Updated
Aug 16, 2021 - TypeScript
GraphQL Shorthand Notation Cheat Sheet
-
Updated
Jan 14, 2019
react
redux
nodejs
javascript
mysql
graphql-client
graphql
database
es6
expressjs
graphql-server
graphql-schema
sequelizejs
fullstack-javascript
learn-by-examples
-
Updated
Feb 25, 2021 - JavaScript
A developer web-app tool to rapidly prototype a full stack implementation of GraphQL with React.
react
graphql
react-redux
graphql-schema
developer-tools
query-builder
schema-builder
schema-generation
design-tools
graphql-tools
graphql-mongo
graphql-sql
prototyping-tool
-
Updated
May 11, 2021 - JavaScript
A Graphql query cost analyzer.
nodejs
graphql
security
graphql-server
express-graphql
graphql-schema
cost
complexity
graphql-js
apollo-server
costmap
graphql-cost-analysis
cost-setting
cost-analyzer
cost-calculator
-
Updated
Aug 10, 2021 - JavaScript
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
-
Updated
Aug 11, 2021 - TypeScript
Create GraphQL schema with TypeScript classes.
api
graphql
typescript
schema
decorators
graphql-server
graphql-schema
graphql-js
typeorm
graphql-api
graphql-tools
-
Updated
Apr 17, 2019 - TypeScript
A Vim plugin that provides GraphQL file detection, syntax highlighting, and indentation.
-
Updated
Mar 19, 2021 - Vim script
Use your existing graphQL schema to generate CMS in a couple steps. DEMO: http://cms-demo.web4fly.com/
-
Updated
Nov 1, 2017 - JavaScript
Prisma tools to help you generate CRUD system for GraphQL servers
crud
typescript
apollo
sdl
graphql-server
graphql-schema
graphql-modules
prisma
prisma-client
prisma-framework
nexus-framework
prisma-admin
-
Updated
Aug 14, 2021 - TypeScript
Test GraphQL queries, mutations and schemas on an easy way! 🚀
-
Updated
Apr 17, 2021 - JavaScript
dotansimha
commented
Apr 23, 2021
probably for the entire pipeline.
go4cas
commented
Jan 17, 2019
I think it would be super useful if one could include headers when defining the endpoints.
Something like:
endpoints: [{
namespace: 'model',
typePrefix: 'Model',
url: 'http://localhost:8080/graphql' // url to a GraphQL endpoint,
headers: {
'Authorization': 'Bearer **********************',
'content-type': 'application/json'
}
}-
Updated
Jan 6, 2019
roy-mor
commented
Oct 15, 2020
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
graphql-client
graphql
concepts
graphql-server
graphql-schema
graphql-subscriptions
awesome-list
graphql-api
graphql-tools
-
Updated
Aug 10, 2021 - CSS
The core data source combination engine of GrAMPS.
graphql
microservices
graphql-server
apollographql
graphql-schema
microservices-architecture
gramps
apollo-server-express
-
Updated
Sep 10, 2019 - JavaScript
n1ru4l
commented
Nov 30, 2020
In case there is no patch we don't need to send anything over the wire!
Add GraphQL Schema support for type inheritance, generic typing, metadata decoration. Transpile the enriched GraphQL string schema into the standard string schema understood by graphql.js and the Apollo server client.
-
Updated
Aug 10, 2021 - JavaScript
Protobuff plugins for generating graphql schema and golang to graphql bindings. Also supports a graphql gateway (Alpha)
go
graphql
protocol-buffers
generate
gateway
grpc
graphql-server
graphql-schema
protoc-plugins
protobuff
grpc-servers
-
Updated
Jun 12, 2021 - Go
A fully-featured GraphQL interface for the MusicBrainz API.
-
Updated
Aug 11, 2021 - JavaScript
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia


In Python 3.8,
typingsdoesn't support Annotated. I tried to use typing_extensions Annotated. But it doesn't work.It has an error.