Skip to content

Commit

Permalink
Merge pull request #5015 from magento-trigger/honey_tsg
Browse files Browse the repository at this point in the history
Combined PR TSG and Honey
  • Loading branch information
xmav authored Nov 11, 2019
2 parents 439d2ab + 3d22351 commit a74a8a8
Show file tree
Hide file tree
Showing 35 changed files with 311 additions and 205 deletions.
2 changes: 1 addition & 1 deletion app/code/Magento/CustomerGraphQl/etc/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ input CustomerInput {
middlename: String @doc(description: "The customer's middle name")
lastname: String @doc(description: "The customer's family name")
suffix: String @doc(description: "A value such as Sr., Jr., or III")
email: String! @doc(description: "The customer's email address. Required")
email: String @doc(description: "The customer's email address. Required for customer creation")
dob: String @doc(description: "Deprecated: Use `date_of_birth` instead")
date_of_birth: String @doc(description: "The customer's date of birth")
taxvat: String @doc(description: "The customer's Tax/VAT number (for corporate customers)")
Expand Down
Loading

0 comments on commit a74a8a8

Please sign in to comment.