OBJECT
UpdateDeliveryDatePayload
Autogenerated return type of UpdateDeliveryDate.
link GraphQL Schema definition
- type UpdateDeliveryDatePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # The delivery date object
- : DeliveryDate!
- # Validation errors for the delivery date
- : [ValidationError!]!
- }