This allows you to add GraphiQL UI with your project.
The UI will be available under /graphql-ui
.
To include it in your project (replace xyz with the latest version):
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-ui-graphiql</artifactId>
<version>xyz</version>
<scope>runtime</scope>
</dependency>
This expects the endpoint at /graphql
.