OBJECT
DeleteProductPartPayload
Autogenerated return type of DeleteProductPart.
link GraphQL Schema definition
- type DeleteProductPartPayload {
- # A unique identifier for the client performing the mutation.
- String :
- # Whether the record has been deleted
- Boolean! :
- # Validation errors for the product part
- ValidationError!]! : [
- # The product part object
- ProductPart! :
- }