Waiting for engine...
Skip to main content

IntegrationUserDefinedFunction

A user-defined function entity.

type IntegrationUserDefinedFunction {
componentId: ID!
name: String
environmentMapExtensionId: String
extensions: String
}

Fields

IntegrationUserDefinedFunction.componentId ● ID! non-null scalar miscellaneous

Unique identifier of the user-defined function.

IntegrationUserDefinedFunction.name ● String scalar miscellaneous

The name of the user-defined function.

IntegrationUserDefinedFunction.environmentMapExtensionId ● String scalar miscellaneous

Environment map extension id.

IntegrationUserDefinedFunction.extensions ● String scalar miscellaneous

The extension body,which defines the function's steps, mappings, and I/O configuration.

Returned By

integrationUserDefinedFunction query ●  integrationUserDefinedFunctionCreate mutation ●  integrationUserDefinedFunctions query ●  integrationUserDefinedFunctionUpdate mutation

On this Page