The unsetDynamicConfig() GraphQL mutation may be used to unset certain configurations in LogScale.

For more information, see the Dynamic Configuration reference page where this topic is elaborated.

Syntax

Below is the syntax for the unsetDynamicConfig() mutation field:

graphql
unsetDynamicConfig(
      input: UnsetDynamicConfigInputObject!
   ): Boolean!

Given Datatypes

For the given datatype, UnsetDynamicConfigInputObject, there is one parameters that may be given. Below is a description of it with its datatypes and a description of each:

Table: UnsetDynamicConfigInputObject

ParameterTypeRequired[a]DefaultDescription
configDynamicConfigyes Set dynamic configuration. See the DynamicConfig table.

[a] Some arguments may be required, as indicated in this column. For some fields, this column indicates that a result will always be returned for it.