All Projects → hanpama → girin

hanpama / girin

Licence: MIT license
Define GraphQL types linked to classes.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to girin

Graphbrainz
A fully-featured GraphQL interface for the MusicBrainz API.
Stars: ✭ 130 (+400%)
Mutual labels:  graphql-schema
Type O Rama
👾 JS type systems interportability
Stars: ✭ 217 (+734.62%)
Mutual labels:  graphql-schema
graphql-cli-load
A graphql-cli data import plugin to call mutations with data from JSON/CSV files
Stars: ✭ 63 (+142.31%)
Mutual labels:  graphql-schema
Graphql S2s
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.
Stars: ✭ 171 (+557.69%)
Mutual labels:  graphql-schema
Gramps Legacy
The core data source combination engine of GrAMPS.
Stars: ✭ 198 (+661.54%)
Mutual labels:  graphql-schema
Prisma Tools
Prisma tools to help you generate CRUD system for GraphQL servers
Stars: ✭ 237 (+811.54%)
Mutual labels:  graphql-schema
Graphql Jpa Query
Generate GraphQL Query Api for your JPA Entity Models
Stars: ✭ 118 (+353.85%)
Mutual labels:  graphql-schema
graphql-metadata
Annotate your graphql schema with lightweight directives
Stars: ✭ 28 (+7.69%)
Mutual labels:  graphql-schema
36 Graphql Concepts
📜 36 concepts every GraphQL developer should know.
Stars: ✭ 209 (+703.85%)
Mutual labels:  graphql-schema
graphql-api
GraphQL-Api is an opinionated Graphql framework for Rails that supports auto generating queries based on Active Record models and plain Ruby objects
Stars: ✭ 58 (+123.08%)
Mutual labels:  graphql-schema
Graphql2rest
GraphQL to REST converter: automatically generate a RESTful API from your existing GraphQL API
Stars: ✭ 181 (+596.15%)
Mutual labels:  graphql-schema
Nexus
Code-First, Type-Safe, GraphQL Schema Construction
Stars: ✭ 2,722 (+10369.23%)
Mutual labels:  graphql-schema
Easygraphql Tester
Test GraphQL queries, mutations and schemas on an easy way! 🚀
Stars: ✭ 242 (+830.77%)
Mutual labels:  graphql-schema
Apollo Server
🌍  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.
Stars: ✭ 12,145 (+46611.54%)
Mutual labels:  graphql-schema
envelop
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.
Stars: ✭ 630 (+2323.08%)
Mutual labels:  graphql-schema
Go Proto Gql
Protobuff plugins for generating graphql schema and golang to graphql bindings. Also supports a graphql gateway (Alpha)
Stars: ✭ 127 (+388.46%)
Mutual labels:  graphql-schema
Graphql Weaver
A tool to combine, link and transform GraphQL schemas
Stars: ✭ 235 (+803.85%)
Mutual labels:  graphql-schema
gqlc
GraphQL IDL Compiler
Stars: ✭ 23 (-11.54%)
Mutual labels:  graphql-schema
graphql-express-nodejs
A Simple GraphQL Server implementation using Express and Node. See post here: https://t.co/Cm6GitZaBL
Stars: ✭ 24 (-7.69%)
Mutual labels:  graphql-schema
graphql-schema-diff
📄🔄📄 Returns the diff of two GraphQL schemas. Detects dangerous and breaking changes.
Stars: ✭ 54 (+107.69%)
Mutual labels:  graphql-schema

Girin 🦒

npm version Build Status codecov

Development

Initialization

# 1. clone the repository
git clone https://github.com/hanpama/girin

# 2. cd into it
cd girin

# 3. install dependency and link packages
npm run bootstrap

# 4. run typescript compiler server
npm run watch

Testing and Debugging

npm test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].