Skip to content

Latest commit

 

History

History
 
 

graphiql

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

SmallRye GraphiQL UI

This allows you you 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.