integrationUserDefinedFunction
Get a user-defined function by componentId.
The integrationUserDefinedFunction accepts the following as input: componentId.
An example of the request is as follows:
query {
integrationUserDefinedFunction(componentId: "f49bac7b-dd1d-4685-96a7-c848cdf90748") {
componentId
extensions
}
}
integrationUserDefinedFunction(
componentId: ID!
): IntegrationUserDefinedFunction
Arguments
integrationUserDefinedFunction.componentId ● ID! non-null scalar miscellaneous
Type
IntegrationUserDefinedFunction object catalog-service
A user-defined function entity.
Was this topic helpful?