KindEnum is an enumerated list of the kind of external functions.

This enumerated datatype is used by two datatypes: KindInput, which is used by CreateOrUpdateExternalFunctionInput, which is used by the createOrUpdateExternalFunction() mutation field; and KindOutput, which is used by ExternalFunctionSpecificationOutput, which is used by both the createOrUpdateExternalFunction() mutation field and the getExternalFunction() query field.

Table: KindEnum

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: Sep 13, 2024
Enrichmentboolean  PreviewThe external function is an enrichment.
Generalboolean  PreviewThe external function is general.
Sourceboolean  PreviewThe external function is the source.