SmallRye: GraphQL Server :: Runner

Server side of the GraphQL Implementation

Лицензия

Лицензия

Группа

Группа

io.smallrye
Идентификатор

Идентификатор

smallrye-graphql-runner
Последняя версия

Последняя версия

1.0.8
Дата

Дата

Тип

Тип

war
Описание

Описание

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

Скачать smallrye-graphql-runner

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.smallrye : smallrye-graphql-servlet jar 1.0.8
io.smallrye » smallrye-graphql-tck test-jar 1.0.8

runtime (1)

Идентификатор библиотеки Тип Версия
io.smallrye : smallrye-graphql-ui-graphiql jar 1.0.8

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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