Skip to main content

DesPartRemoveCustomPartsPayload

Represents the payload returned after removing custom parts.

type DesPartRemoveCustomPartsPayload {
errors: [DesPartErrorPayload!]!
results: [DesPartCustomPartOperationResult!]!
}

Fields

DesPartRemoveCustomPartsPayload.errors ● [DesPartErrorPayload!]! non-null object

Errors that occurred while performing the operation.

DesPartRemoveCustomPartsPayload.results ● [DesPartCustomPartOperationResult!]! non-null object

A collection of results for each part.