Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.34 KB

README.asciidoc

File metadata and controls

44 lines (36 loc) · 1.34 KB

Microprofile GraphQL Client Specification

Generating the API and JavaDoc

Just enter mvn clean install at the command line. Maven will generate the following artifacts.

API Jar

The jar containing the api interfaces and classes in /api/target

Specification

The PDF and HTML will be generated in spec/target/generated-docs/

TCK

The TCK that can be used to test your implementation

Use this in your project

<dependency>
  <groupId>org.eclipse.microprofile.graphql</groupId>
  <artifactId>microprofile-graphql-client-api</artifactId>
  <version>1.0.1</version>
</dependency>