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.Specifies the field visibility for the GraphQL schema. -
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). -
fieldVisibility
Specifies the field visibility for the GraphQL schema. This configuration item allows you to define comma-separated list of patterns (GraphQLType.GraphQLField). These patterns are used to determine which fields should be excluded from the schema. Special valueno-introspectionwill disable introspection fields. For more info see graphql-java documentation
-
-
Constructor Details
-
SmallRyeGraphQLRuntimeConfig
public SmallRyeGraphQLRuntimeConfig()
-