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
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
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 | Preview | The list of functions. | |
version | LanguageVersionEnum | yes | Preview | The version of the LogScale query language to use. See LanguageVersionEnum . |