integrationUserDefinedFunctions
Get the list of user-defined functions for an environment map extension.
The integrationUserDefinedFunctions accepts the following as input: environmentMapExtensionId.
An example of the request is as follows:
query {
integrationUserDefinedFunctions(environmentMapExtensionId: "ZTBlOGNkMjQtN2Y4YS00ZmMzLTljOTUtOGU1NGU4Mzc0Y2ZiOmU4YTJkMmFlLWJjZWItNDUzOC1iNWViLWZiMmUwODVmOGNkMTplOGEyZDJhZS1iY2ViLTQ1MzgtYjVlYi1mYjJlMDg1ZjhjZDE6MTc3MjExMjk2NzQ5MDE3NzIxMTI5MzM3NTA") {
componentId
name
environmentMapExtensionId
}
}
integrationUserDefinedFunctions(
environmentMapExtensionId: String!
): [IntegrationUserDefinedFunction!]
Arguments
integrationUserDefinedFunctions.environmentMapExtensionId ● String! non-null scalar miscellaneous
Type
IntegrationUserDefinedFunction object catalog-service
A user-defined function entity.
Was this topic helpful?