SmallRye GraphQL is an implementation of Eclipse 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
-
schema-model - Serializable model that defines the schema.
-
schema-builder - Builder that create the model from Jandex.
-
api - API (pulling in the MicroProfile 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.
-
implementation - Implementation of the Eclipse MicroProfile GraphQL API.
-
implementation-cdi - Allow lookup of GraphQL Endpoints via CDI
-
implementation-servlet - Making the implementation available via Servlet
-
tck - Test suite to run the implementation against the Eclipse MicroProfile GraphQL TCK.
-
runner - Manual TCK testing with GraphiQL
-
integration-tests - To run some Integration tests
-
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.