Waiting for engine...
Skip to main content

IntegrationPackEnvironmentAttachmentInput

An input for attaching an ipack instance to an environment.

input IntegrationPackEnvironmentAttachmentInput {
integrationPackInstanceId: ID!
environmentIds: [ID]!
}

Fields

IntegrationPackEnvironmentAttachmentInput.integrationPackInstanceId ● ID! non-null scalar miscellaneous

The integration pack instance id to be attached to the env.

IntegrationPackEnvironmentAttachmentInput.environmentIds ● [ID]! non-null scalar miscellaneous

The env ids to which the ipack instance is to be attached.

Member Of

integrationPackInstanceEnvironmentAttachmentAttach mutation

On this Page