Class SmallRyeGraphQLRuntimeConfig
java.lang.Object
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
@ConfigRoot(name="smallrye-graphql",
phase=RUN_TIME)
public class SmallRyeGraphQLRuntimeConfig
extends Object
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) booleanIf GraphQL UI should be enabled. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enable
If GraphQL UI should be enabled. By default, GraphQL UI is enabled if it is included (seealways-include).
-
-
Constructor Details
-
SmallRyeGraphQLRuntimeConfig
public SmallRyeGraphQLRuntimeConfig()
-