Interface VertxGraphqlConfig.VertxGraphqlUiConfig
- Enclosing interface:
VertxGraphqlConfig
public static interface VertxGraphqlConfig.VertxGraphqlUiConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanIf GraphQL UI should be included every time.path()The path where GraphQL UI is available.
-
Method Details
-
alwaysInclude
@WithDefault("false") 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
The path where GraphQL UI is available.The value `/` is not allowed as it blocks the application from serving anything else.
-