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:

graphql
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

ParameterTypeRequiredDefaultDescription
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column.
Table last updated: Sep 18, 2024
functions[string]yes The list of functions.
versionLanguageVersionEnumyes The version of the LogScale query language to use. See LanguageVersionEnum.