SmallRye: GraphQL Server :: Runner

Server side of the GraphQL Implementation

License

License

GroupId

GroupId

io.smallrye
ArtifactId

ArtifactId

smallrye-graphql-runner
Last Version

Last Version

1.0.8
Release Date

Release Date

Type

Type

war
Description

Description

SmallRye: GraphQL Server :: Runner
Server side of the GraphQL Implementation

Download smallrye-graphql-runner

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
io.smallrye : smallrye-graphql-servlet jar 1.0.8
io.smallrye » smallrye-graphql-tck test-jar 1.0.8

runtime (1)

Group / Artifact Type Version
io.smallrye : smallrye-graphql-ui-graphiql jar 1.0.8

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.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.1