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 input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for 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.