All Projects → graphql-java → Awesome Graphql Java

graphql-java / Awesome Graphql Java

awesome list of graphql-java related projects

Projects that are alternatives of or similar to Awesome Graphql Java

Create Graphql
Command-line utility to build production-ready servers with GraphQL.
Stars: ✭ 441 (-6.37%)
Mutual labels:  graphql
Graphql Engine
Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
Stars: ✭ 24,845 (+5174.95%)
Mutual labels:  graphql
Graphql
Package graphql provides a GraphQL client implementation.
Stars: ✭ 467 (-0.85%)
Mutual labels:  graphql
Graphql Pokemon
Get information of a Pokémon with GraphQL!
Stars: ✭ 441 (-6.37%)
Mutual labels:  graphql
Jsui
A powerful UI toolkit for managing JavaScript apps
Stars: ✭ 4,210 (+793.84%)
Mutual labels:  graphql
Trends
ultra high performance github trending application
Stars: ✭ 450 (-4.46%)
Mutual labels:  graphql
Graphql Guard
Simple authorization gem for GraphQL 🔒
Stars: ✭ 434 (-7.86%)
Mutual labels:  graphql
Graphql Crunch
Reduces the size of GraphQL responses by consolidating duplicate values
Stars: ✭ 472 (+0.21%)
Mutual labels:  graphql
React Starter Kit
React Starter Kit — front-end starter kit using React, Relay, GraphQL, and JAM stack architecture
Stars: ✭ 21,060 (+4371.34%)
Mutual labels:  graphql
Cookiecutter Django Vue
Cookiecutter Django Vue is a template for Django-Vue projects.
Stars: ✭ 462 (-1.91%)
Mutual labels:  graphql
Get Graphql Schema
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Stars: ✭ 443 (-5.94%)
Mutual labels:  graphql
Graphql Compiler
Turn complex GraphQL queries into optimized database queries.
Stars: ✭ 447 (-5.1%)
Mutual labels:  graphql
Kite
🌴 Kite 前台页面是vue ssr服务端渲染、后台页面是react spa、服务层nodejs express、mysql编写的一套多权限文章、动态管理系统
Stars: ✭ 455 (-3.4%)
Mutual labels:  graphql
Hackernews React Graphql
Hacker News clone rewritten with universal JavaScript, using React and GraphQL.
Stars: ✭ 4,242 (+800.64%)
Mutual labels:  graphql
Firebase Gcp Examples
🔥 Firebase app architectures, languages, tools & some GCP things! React w Next.js, Svelte w Sapper, Cloud Functions, Cloud Run.
Stars: ✭ 470 (-0.21%)
Mutual labels:  graphql
Crudl
CRUDL is a backend agnostic REST and GraphQL based admin interface
Stars: ✭ 438 (-7.01%)
Mutual labels:  graphql
Aws Mobile Appsync Chat Starter Angular
GraphQL starter progressive web application (PWA) with Realtime and Offline functionality using AWS AppSync
Stars: ✭ 449 (-4.67%)
Mutual labels:  graphql
Laravel Vue Boilerplate
🐘 A Laravel 6 SPA boilerplate with a users CRUD using Vue.js 2.6, GraphQL, Bootstrap 4, TypeScript, Sass, and Pug.
Stars: ✭ 472 (+0.21%)
Mutual labels:  graphql
Example Storefront
Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.
Stars: ✭ 471 (+0%)
Mutual labels:  graphql
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+826.96%)
Mutual labels:  graphql

Awesome graphql-java Awesome

Libraries and projectes related to graphql-java

Inspired by the awesome list thing.

Examples

Schema Libraries

Schema First

  • GraphQL Java Generator is available as a Maven plugin and a Gradle plugin. It has two modes :

    • The Client mode generates the Java classes that contains methods to call the GraphQL endpoint , and the POJO that will contain the data returned by the server.

    • The Server mode generates the boilerplate code for graphql-java. It's an accelerator that makes it easier to use graphql-java. You'll only have to implement what's specific to your server, which are the joins between the GraphQL types.

  • graphql-apigen: Generate Java APIs with GraphQL Schemas

  • graphql-java-tools: A schema-first tool for graphql-java inspired by graphql-tools for JS

  • graphql-java-codegen-maven-plugin: Maven plugin for generating Java types and Resolver interfaces. Works perfectly in conjunction with graphql-java-tools.

  • graphql-java-codegen-gradle-plugin: Gradle plugin for generating Java types and Resolver interfaces. Works perfectly in conjunction with graphql-java-tools.

  • rdbms-to-graphql: A Java CLI program that generates a GraphQL schema from a JDBC data source.

  • graphql-schema-from-introspection-generator: A Java CLI program that generates a GraphQL schema from Introspection Query result. Useful for migration from Code First.

  • graphql-braid: Schema stitching - combines GraphQL backends into one schema.

  • test-graphql-java: A simple library to help testing the GraphQL endpoint with schema files using any HTTP Client library.

  • graphql-java-federation: A library to adapt graphql-java services to Apollo Federation specification

Code First

Execution Strategies

  • graphql-rxjava: An execution strategy that makes it easier to use rxjava's Observable

  • graphql-java-reactive: An execution strategy which is based on Reactive Streams. Project is evolving.

Exposing a Schema

Validation

Batch Loading

Scalars

  • graphql-java-extended-scalars: A series extended scalars for graphql-java based projects, brought you you by the same team that helps build graphql-java itself

  • graphql-java-datetime: A set of ISO 33601, RFC 3339 compatible date time scalars for GraphQL Java

Tools

License

CC0

To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.

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].