ParameterTypeEnum is an enumerated list of parameter datatypes.

This enumerated datatype is used by the input datatype, ParameterSpecificationInput, which is used by the datatype, CreateOrUpdateExternalFunctionInput, which is used by the createOrUpdateExternalFunction() mutation field.

This enumerated datatype is also used by the datatype, ParameterSpecificationOutput, which is used by the datatype, ExternalFunctionSpecificationOutput, which is also used by the createOrUpdateExternalFunction(), as well as the getExternalFunction() query field.

Table: ParameterTypeEnum

ParameterTypeRequiredDefaultStabilityDescription
Some arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in the results.
Table last updated: May 9, 2025
ArrayDouble   PreviewThe parameter is a double datatype in an array.
ArrayField   PreviewThe parameter is a field in an array.
ArrayLong   PreviewThe parameter is a long datatype in an array.
ArrayString   PreviewThe parameter is a string datatype in an array.
Double   PreviewThe parameter is a double datatype.
Field   PreviewThe parameter is a field.
Long   PreviewThe parameter is a long numeric datatype.
String   PreviewThe parameter is a string.