All Projects → angel-dart-archive → Graphql

angel-dart-archive / Graphql

Licence: mit
moved to angel-dart/angel/packages/graphql

Programming Languages

dart
5743 projects

Labels

Projects that are alternatives of or similar to Graphql

Sapper Firebase Typescript Graphql Tailwindcss Actions Template
A template that includes Sapper for Svelte, Firebase functions and hosting, TypeScript and TypeGraphQL, Tailwind CSS, ESLint, and automatic building and deployment with GitHub Actions
Stars: ✭ 111 (-3.48%)
Mutual labels:  graphql
Nextjs Headless Wordpress
🔥 Nextjs Headless WordPress
Stars: ✭ 110 (-4.35%)
Mutual labels:  graphql
Gitstats
An open source github contribution analyzer
Stars: ✭ 115 (+0%)
Mutual labels:  graphql
Nestjs Graphql
nest-js starter which implement graphql module
Stars: ✭ 111 (-3.48%)
Mutual labels:  graphql
Hypergraphql
GraphQL interface for querying and serving linked data on the Web.
Stars: ✭ 112 (-2.61%)
Mutual labels:  graphql
Graphql Hooks
🎣 Minimal hooks-first GraphQL client
Stars: ✭ 1,610 (+1300%)
Mutual labels:  graphql
Qlens
QLens is an electron app which dynamically generates GraphQL Schemas and Mongo Schema visualization. QLens significantly cuts development time by automating the formation of their GraphQL schemas based on information fetched from their non-relational database.
Stars: ✭ 110 (-4.35%)
Mutual labels:  graphql
Graphql Markdown
The easiest way to document your GraphQL schema.
Stars: ✭ 114 (-0.87%)
Mutual labels:  graphql
Kronky
Kronky bridges the gap between Ecto and Absinthe GraphQL by listing validation messages in a mutation payload.
Stars: ✭ 112 (-2.61%)
Mutual labels:  graphql
Graphql Live Query
Realtime GraphQL Live Queries with JavaScript
Stars: ✭ 112 (-2.61%)
Mutual labels:  graphql
Pragma
Build GraphQL APIs In No Time
Stars: ✭ 111 (-3.48%)
Mutual labels:  graphql
Yummy Phoenix Graphql
Cooking recipe sharing app built with Phoenix, React, GraphQL and Kubernetes
Stars: ✭ 112 (-2.61%)
Mutual labels:  graphql
Graphql Metrics
Extract as much much detail as you want from GraphQL queries, served up from your Ruby app and the graphql gem.
Stars: ✭ 113 (-1.74%)
Mutual labels:  graphql
Nestjs Example
NestJS example with GraphQL, Schema-Stitching, Dataloader, GraphQL Upload, RabbitMQ, Redis, Scalable Websocket and JWT authentication
Stars: ✭ 111 (-3.48%)
Mutual labels:  graphql
Graphql Codegen Hasura
code-generator plugins for hasura/apollo-gql/typescript development
Stars: ✭ 113 (-1.74%)
Mutual labels:  graphql
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (-3.48%)
Mutual labels:  graphql
Knowledge
文档着重构建一个完整的「前端技术架构图谱」,方便 F2E(Front End Engineering又称FEE、F2E) 学习与进阶。
Stars: ✭ 1,620 (+1308.7%)
Mutual labels:  graphql
Pgql Lang
PGQL is an SQL-based query language for the Property Graph data model
Stars: ✭ 114 (-0.87%)
Mutual labels:  graphql
Automatic Api
A list of software that turns your database into a REST/GraphQL API
Stars: ✭ 1,583 (+1276.52%)
Mutual labels:  graphql
Crudl Example Django
CRUDL with Django, DRF/Graphene and SQLite
Stars: ✭ 113 (-1.74%)
Mutual labels:  graphql

Logo


Pub Pub

A complete implementation of the official GraphQL specification, in the Dart programming language.

The goal of this project is to provide to server-side users of Dart an alternative to REST API's.

Included is also package:angel_graphql, which, when combined with the Angel framework, allows server-side Dart users to build backends with GraphQL and virtually any database imaginable.

Tutorial Demo (click to watch)

Youtube thumbnail

Projects

This mono repo is split into several sub-projects, each with its own detailed documentation and examples:

  • angel_graphql - Support for handling GraphQL via HTTP and WebSockets in the Angel framework. Also serves as the package:graphql_server reference implementation.
  • data_loader - A Dart port of graphql/data_loader.
  • example_star_wars: An example GraphQL API built using package:angel_graphql.
  • graphql_generator: Generates package:graphql_schema object types from concrete Dart classes.
  • graphql_parser: A recursive descent parser for the GraphQL language.
  • graphql_schema: An implementation of GraphQL's type system. This, combined with package:graphql_parser, powers package:graphql_server.
  • graphql_server: Base functionality for implementing GraphQL servers in Dart. Has no dependency on any framework.
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].