Waiting for engine...
Skip to main content

integrationPackEnvironmentAttachments

Get mappers and extensions for an IPack instance for all the provided environments.

The integrationPackEnvironmentAttachments query accepts the following input: IPackInstanceId.

An example of the request is as follows:

query ipackEnvAttachmentDtl {
integrationPackEnvironmentAttachments(
ipackInstanceId: "SW50ZWdyYXRpb25QYWNrSW5zdGFuY2UxODQz"
environmentIds: ["ca2259dd-f394-4ff2-8e93-88596c8aa72a"]
) {
integrationPackInstanceIdenvironmentMapExtensionenvironmentExtensions
}
}

integrationPackEnvironmentAttachments(
ipackInstanceId: String!
environmentIds: [String]!
): [IntegrationPackEnvironmentAttachmentWithExtensions]

Arguments

integrationPackEnvironmentAttachments.ipackInstanceId ● String! non-null scalar miscellaneous integrationPackEnvironmentAttachments.environmentIds ● [String]! non-null scalar miscellaneous

Type

IntegrationPackEnvironmentAttachmentWithExtensions object catalog-service

An integration pack envr attachment with the extensions created specifically for Spaces.

On this Page