The removeFunctionsFromAllowList() GraphQL mutation field is used to disable functions for use with specified language version. This field is not yet available. It's described here as a preview and is used only for internal testing.

For more information on functions, see the Function Syntax reference page.

Syntax

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

removeFunctionsFromAllowList(input: FunctionListInput!): boolean!

Given Datatypes

For the given datatype, FunctionListInput, there are several parameters that may be given. Below is a list of them along with their datatypes and a description of each:

Table: FunctionListInput

ParameterTypeRequired[a]DefaultDescription
versionLanguageVersionEnumyes The version of the LogScale query language to use. The LanguageVersionEnum choices are legacy, xdr1, or xdrdetects1.
functions[string]yes The list of functions.

[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.