IntegrationUserDefinedFunctionUpdateInput
Input for updating an existing user-defined function.
input IntegrationUserDefinedFunctionUpdateInput {
componentId: ID!
environmentMapExtensionId: ID!
extensions: String!
}
Fields
IntegrationUserDefinedFunctionUpdateInput.componentId ● ID! non-null scalar miscellaneous
Unique identifier of the user-defined function.
IntegrationUserDefinedFunctionUpdateInput.environmentMapExtensionId ● ID! non-null scalar miscellaneous
The environment extensions id.
IntegrationUserDefinedFunctionUpdateInput.extensions ● String! non-null scalar miscellaneous
The extension body to be updated,which defines the function's steps, mappings, and I/O configuration.
Member Of
integrationUserDefinedFunctionUpdate mutation
Was this topic helpful?