All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.0.CR1
Show newest version
#
#Wed Nov 30 11:30:02 CET 2022
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.unwrapExceptions=Exceptions that should be unwrapped (class names).
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.schemaIncludeIntrospectionTypes=Include Introspection Types in the schema.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.fieldVisibility=Set the Field visibility.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.logPayload=Log the payload (and optionally variables) to System out.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.errorExtensionFields=List of extension fields that should be included in the error response.\nBy default, none will be included. Examples of valid values include\n[exception,classification,code,description,validationErrorType,queryPath]
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.instrumentationQueryDepth=Abort a query if the total depth of the query exceeds the defined limit. Default to no limit
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.ui=SmallRye GraphQL UI configuration
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.schemaAvailable=Make the schema available over HTTP.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.autoNameStrategy=Change the type naming strategy.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.printDataFetcherException=Print the data fetcher exception to the log file. Default `true` in dev and test mode, default `false` in prod.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.metricsEnabled=Enable metrics. By default, this is false. If set to true, a metrics extension is required.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.httpPostQueryParametersEnabled=Enable Query parameter on POST Requests. Allow POST request to override or supply values in a query parameter.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.parserCaptureLineComments=Set to true if `graphql.language.Comment`s should be captured as AST nodes
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.validationEnabled=Enable validation. By default, this will be enabled if the Hibernate Validator extension is added.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.rootPath=The rootPath under which queries will be served. Default to graphql\nBy default, this value will be resolved as a path relative to `${quarkus.http.root-path}`.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.parserMaxTokens=The maximum number of raw tokens the parser will accept, after which an exception will be thrown. Default to 15000
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.instrumentationQueryComplexity=Abort a query if the total number of data fields queried exceeds the defined limit. Default to no limit
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.parserCaptureSourceLocation=Set to true true if `graphql.language.SourceLocation`s should be captured as AST nodes. Default to true
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.hideCheckedExceptionMessage=List of Checked Exceptions class names that should hide the error message.\nBy default, Checked Exception messages will show the exception message.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.schemaIncludeScalars=Include the Scalar definitions in the schema.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.eventsEnabled=Enable eventing. Allow you to receive events on bootstrap and execution.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.showRuntimeExceptionMessage=List of Runtime Exceptions class names that should show the error message.\nBy default, Runtime Exception messages will be hidden and a generic `Server Error` message will be returned.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.tracingEnabled=Enable tracing. By default, this will be enabled if the tracing extension is added.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.schemaIncludeSchemaDefinition=Include the schema internal definition in the schema.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.httpGetEnabled=Enable GET Requests. Allow queries via HTTP GET.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.websocketSubprotocols=Subprotocols that should be supported by the server for graphql-over-websocket use cases.\nAllowed subprotocols are "graphql-ws" and "graphql-transport-ws". By default, both are enabled.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.schemaIncludeDirectives=Include Directives in the schema.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.nonBlockingEnabled=Enable non-blocking support. Default is true.
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.defaultErrorMessage=The default error message that will be used for hidden exception messages.\nDefaults to "Server Error"
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.parserCaptureIgnoredChars=Set to true if ignored chars should be captured as AST nodes. Default to false
io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig.parserMaxWhitespaceTokens=The maximum number of raw whitespace tokens the parser will accept, after which an exception will be thrown. Default to\n200000




© 2015 - 2025 Weber Informatics LLC | Privacy Policy