-
Updated
Oct 17, 2021 - 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!
GraphQLite is a toolkit to work with GraphQL servers easily. It also provides several other features to make life easier during iOS application development.
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
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
Create GraphQL schema with TypeScript classes.
A Vim plugin that provides GraphQL file detection, syntax highlighting, and indentation.
Use your existing graphQL schema to generate CMS in a couple steps. DEMO: http://cms-demo.web4fly.com/
probably for the entire pipeline.
Test GraphQL queries, mutations and schemas on an easy way!
Seeing some posts about subscriptions on Reddit about game development, I wanna explore options for building multiplayer games with live queries
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'
}
}Add a GitHub action flow for publishing a new version (run build, run tests, publish to npm and GitHub packates) etc.
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.
Protobuff plugins for generating graphql schema and golang to graphql bindings. Also supports a graphql gateway (Alpha)
A fully-featured GraphQL interface for the MusicBrainz API.
Created by Facebook
Released 2015
Hello, I wanted to try out this package but I can't install the extra dependency
debug-server.pip install strawberry-graphqlis successful, butpip install strawberry-graphql[debug-server]is not.Environment