OBJECT
DeleteDeliveryDatePayload
Autogenerated return type of DeleteDeliveryDate.
link GraphQL Schema definition
- type DeleteDeliveryDatePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The delivery date object
- : DeliveryDate!
- # Whether the record has been deleted
- : Boolean!
- # Validation errors for the delivery date
- : [ValidationError!]!
- }