Class VertxGraphqlConfig.VertxGraphqlUiConfig
- java.lang.Object
-
- io.quarkus.vertx.graphql.deployment.VertxGraphqlConfig.VertxGraphqlUiConfig
-
- Enclosing class:
- VertxGraphqlConfig
public static class VertxGraphqlConfig.VertxGraphqlUiConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanalwaysIncludeIf GraphQL UI should be included every time.(package private) StringpathThe path where GraphQL UI is available.
-
Constructor Summary
Constructors Constructor Description VertxGraphqlUiConfig()
-
-
-
Field Detail
-
alwaysInclude
@ConfigItem boolean alwaysInclude
If GraphQL UI should be included every time. By default, this is only included when the application is running in dev mode.
-
path
@ConfigItem(defaultValue="graphql-ui") String path
The path where GraphQL UI is available.The value `/` is not allowed as it blocks the application from serving anything else.
-
-