API Stability Preview

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

FunctionListInput has a couple of parameters. They're listed below along with a description of each:

Table: FunctionListInput

ParameterTypeRequiredDefaultStabilityDescription
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 PreviewThe list of functions.
versionLanguageVersionEnumyes PreviewThe version of the LogScale query language to use. See LanguageVersionEnum.