DesPartUpsertCustomPartsPayload
Represents the result of upserting custom parts.
type DesPartUpsertCustomPartsPayload {
errors: [DesPartErrorPayload!]!
results: [DesPartCustomPartOperationResult!]!
}
Fields
DesPartUpsertCustomPartsPayload.errors ● [DesPartErrorPayload!]! non-null object
Errors that occurred while performing the operation.
DesPartUpsertCustomPartsPayload.results ● [DesPartCustomPartOperationResult!]! non-null object
A collection of results for each part.