Class SmallRyeGraphQLUIConfig
java.lang.Object
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLUIConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanAlways include the UI.The path where GraphQL UI is available. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rootPath
The path where GraphQL UI is available. The value `/` is not allowed as it blocks the application from serving anything else. By default, this URL will be resolved as a path relative to `${quarkus.http.non-application-root-path}`. -
alwaysInclude
Always include the UI. By default, this will only be included in dev and test. Setting this to true will also include the UI in Prod
-
-
Constructor Details
-
SmallRyeGraphQLUIConfig
public SmallRyeGraphQLUIConfig()
-