SmallRye: MicroProfile GraphQL Implementation :: VertX

SmallRye Parent POM

License

License

GroupId

GroupId

io.smallrye
ArtifactId

ArtifactId

smallrye-graphql-vertx
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

SmallRye: MicroProfile GraphQL Implementation :: VertX
SmallRye Parent POM

Download smallrye-graphql-vertx

How to add to project

<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-vertx/ -->
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-graphql-vertx</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-vertx/
implementation 'io.smallrye:smallrye-graphql-vertx:1.0.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-vertx/
implementation ("io.smallrye:smallrye-graphql-vertx:1.0.0")
'io.smallrye:smallrye-graphql-vertx:jar:1.0.0'
<dependency org="io.smallrye" name="smallrye-graphql-vertx" rev="1.0.0">
  <artifact name="smallrye-graphql-vertx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-vertx', version='1.0.0')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-vertx" % "1.0.0"
[io.smallrye/smallrye-graphql-vertx "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.jboss.weld.vertx : weld-vertx-web jar 1.2.0.Final
io.smallrye : smallrye-graphql jar 1.0.0

provided (4)

Group / Artifact Type Version
jakarta.json.bind : jakarta.json.bind-api jar 1.0.2
jakarta.json : jakarta.json-api jar 1.1.6
org.eclipse : yasson jar 1.0.6
io.smallrye.config : smallrye-config jar 1.6.2

Project Modules

There are no modules declared in this project.

badge Quality Gate Status License community

SmallRye GraphQL

SmallRye GraphQL is an implementation of Eclipse MicroProfile GraphQL.

Instructions

Testing against the released v 1.0.3 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

Common

Server

  • 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 of the Eclipse MicroProfile GraphQL API.

  • CDI Module that allows lookup of GraphQL Endpoints via CDI

  • 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

  • IT To run some Integration tests

Client

  • 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 of the Eclipse MicroProfile GraphQL Client API.

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

Tools

  • Maven plugin that generates the GraphQL schema from source files.

  • Gradle plugin that generates the GraphQL schema from source files.

UI

io.smallrye

SmallRye

Versions

Version
1.0.0
0.9.1