Skip to content

raphael-gosteli/smallrye-graphql

 
 

Repository files navigation

badge Quality Gate Status License

SmallRye GraphQL

SmallRye GraphQL is an implementation of Eclipse MicroProfile GraphQL.

Instructions

Testing against the released v 1.0.1 of MicroProfile GraphQL

mvn clean install

Testing against the unreleased v 1.1-SNAPSHOT of MicroProfile GraphQL

(You need to build that version of MicroProfile GraphQL locally first to make the snapshot versions available in your repository)

mvn clean install -Dversion.eclipse.microprofile.graphql=1.1-SNAPSHOT

Project structure

Server

Client

  • client-api - Client API (pulling in the MicroProfile Client API) and allowing us to experiment with api feature not yet in the spec. Code from here might move the the spec at some point.

  • client-implementation - Implementation of the Eclipse MicroProfile GraphQL Client API.

  • client-tck - Test suite to run the client-implementation against the Eclipse MicroProfile GraphQL Client TCK.

About

Implementation for MicroProfile GraphQL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.7%
  • HTML 0.3%