-
Updated
Mar 23, 2022 - TypeScript
{{ message }}
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.
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
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.
Code-First, Type-Safe, GraphQL Schema Construction
Rapid GraphQL prototyping, development, and testing. Core Server, Admin Console, iOS SDK, Web SDK.
GraphQL Shorthand Notation Cheat Sheet
A developer web-app tool to rapidly prototype a full stack implementation of GraphQL with React.
A Graphql query cost analyzer.
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Prisma tools to help you generate CRUD system for GraphQL servers
probably for the entire pipeline.
A Vim plugin that provides GraphQL file detection, syntax highlighting, and indentation.
Create GraphQL schema with TypeScript classes.
Use your existing graphQL schema to generate CMS in a couple steps. DEMO: http://cms-demo.web4fly.com/
Seeing some posts about subscriptions on Reddit about game development, I wanna explore options for building multiplayer games with live queries
Test GraphQL queries, mutations and schemas on an easy way!
Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
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'
}
}
The core data source combination engine of GrAMPS.
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.
Protobuf plugins for generating graphql schema and golang to graphql bindings. Also supports a graphql gateway (Alpha)
The easiest way to make API documents for GraphQL
Created by Facebook
Released 2015
This should make developer life easier if they forget to use the federation schema :)
See: https://discord.com/channels/689806334337482765/773519351423827978/950480727630303232