Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 535 Bytes

README.asciidoc

File metadata and controls

21 lines (15 loc) · 535 Bytes

SmallRye GraphiQL UI

This allows you to add GraphiQL UI with your project.

graphiql

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.