Skip to main content

AbortMediaExportInput

Input for aborting a media export.

input AbortMediaExportInput {
appId: Int!
environmentId: Int!
mediaExportId: ID!
}

Fields

AbortMediaExportInput.appId ● Int! non-null scalar common

The application ID that owns the environment.

AbortMediaExportInput.environmentId ● Int! non-null scalar common

The environment ID that owns the export.

AbortMediaExportInput.mediaExportId ● ID! non-null scalar common

The media export ID to abort, encoded as a positive decimal string.

Member Of

abortMediaExport mutation