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