Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.48 KB

README.adoc

File metadata and controls

52 lines (36 loc) · 2.48 KB

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.