#
GraphQL
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.
Here are 582 public repositories matching this topic...
Generates a unified GraphQL schema from gRPC microservices and other Protobuf sources
-
Updated
Jul 7, 2022 - Java
Manifold is a Java compiler plugin, its features include Metaprogramming, Properties, Extension Methods, Operator Overloading, Templates, a Preprocessor, and more.
java
graphql
json
template-engine
intellij
metaprogramming
preprocessor
android-studio
extension-methods
duck-typing
type-providers
manifold
graphql-java
structural-typing
reflection-framework
java-development
js-java-interoperability
manifold-systems
java-tooling
-
Updated
Jul 2, 2022 - Java
Build a GraphQL service in seconds
-
Updated
Jun 10, 2022 - Java
Elide is a Java library that lets you stand up a GraphQL/JSON-API web service with minimal effort.
java
api
graphql
mobile
orm
web
analytics
json-api
jpa
hibernate
api-rest
java-library
hacktoberfest
elide
api-framework
hibernate-jpa
-
Updated
Jul 7, 2022 - Java
REST, GraphQL and WebSocket APIs for MongoDB.
kotlin
java
graphql
docker
webservice
microservices
database
rest
mongodb
microservice
nosql
rest-api
websockets
data-persistence
restheart
-
Updated
Jun 29, 2022 - Java
Structr is an integrated low-code development and runtime environment that uses a graph database.
graphql
productivity
web-development
backend
graph
full-stack
graph-database
open-api
frontend-framework
graalvm
web-application-framework
data-modeling
low-code
productivity-tools
backend-framework
schema-design
platform-as-a-service
software-as-a-service
low-code-development-platform
polyglot-programming
-
Updated
Jul 8, 2022 - Java
Source Code for dotCMS Hybrid Content Management System
-
Updated
Jul 8, 2022 - Java
A Java 8 port of Facebook DataLoader
-
Updated
Jun 8, 2022 - Java
mjablecnik
commented
Sep 18, 2021
documentation
Improvements or additions to documentation
help wanted
Extra attention is needed
good first issue
Good for newcomers
build
A GraphQL JVM Client - Java, Kotlin, Scala, etc.
-
Updated
Jun 20, 2022 - Java
WebTau (short for web test automation) is a testing API, command line tool and a framework to write unit, integration and end-to-end tests. Test across REST-API, Graph QL, Browser, Database, CLI and Business Logic with consistent set of matchers and concepts. REPL mode speeds-up tests development. Rich reporting cuts down investigation time.
java
testing
graphql
cli
http
groovy
database
rest
jvm
rest-api
selenium
test-framework
report
junit5
-
Updated
Jul 7, 2022 - Java
Spring Boot 2 starter powered by GraphQL SPQR
-
Updated
Jan 6, 2022 - Java
Sample GraphQL server implemented with graphql-java and Spring Boot
-
Updated
Feb 14, 2022 - Java
JPA Implementation of GraphQL (builds on graphql-java)
-
Updated
Jun 11, 2018 - Java
Make your GraphQL Java application schema-driven.
graphql
gradle-plugin
codegen
graphql-java
graphql-codegen
graphql-kotlin
graphql-maven
graphql-gradle
graphql-scala
-
Updated
May 29, 2022 - Java
SpringBoot Examples
java
graphql
elasticsearch
mongodb
rabbitmq
spring-data
postgresql
spring-security
jwt-token
aop
springboot
spring-data-jpa
swagger2
spring-aop
-
Updated
Mar 31, 2022 - Java
GraphQL interface for querying and serving linked data on the Web.
graphql
linked-data
sparql
rdf
semantic-web
json-ld
schemas
query-language
triplestore
sparql-endpoints
hypermedia-api
-
Updated
Jun 14, 2022 - Java
PGQL is an SQL-based query language for the Property Graph data model
-
Updated
May 3, 2022 - Java
javascript
angularjs
java
graphql
cms
spring-boot
nashorn
content-management-system
headless-cms
wcm
shio
viglet-shio
-
Updated
Jul 5, 2022 - Java
react
javascript
java
graphql
ecommerce
jwt
oauth2
typescript
shopping-cart
spring
spring-boot
postgresql
spring-security
shopping
cart
ecommerce-application
spring-test
ant-design
onlineshop
redux-toolkit
-
Updated
Jun 22, 2022 - Java
GraphQL for Camunda BPM
-
Updated
May 20, 2022 - Java
Created by Facebook
Released 2015
- Organization
- graphql
- Website
- graphql.org
- Wikipedia
- Wikipedia

In the starter class we
System.outfor "logging" since logback hasn't been enabled yet in this context. This is fine except it makes it a little difficult to grok for Starter related logs.Add a helper method to prepend levels to the messages to make it easier to identify errors versus info.