File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/CustomerGraphQl/etc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ type Customer @doc(description: "Customer defines the customer name and address
19
19
dob : String @doc (description : " The customer's date of birth" )
20
20
taxvat : String @doc (description : " The customer's Tax/VAT number (for corporate customers)" )
21
21
id : Int @doc (description : " The ID assigned to the customer" )
22
- is_subscribed : Boolean @doc (description : " An array containing the customer's shipping and billing addresses " )
23
- addresses : [CustomerAddress ] @doc (description : " Indicates whether the customer is subscribed to the company's newsletter " )
24
- }
22
+ is_subscribed : Boolean @doc (description : " Indicates whether the customer is subscribed to the company's newsletter " )
23
+ addresses : [CustomerAddress ] @doc (description : " An array containing the customer's shipping and billing addresses " )
24
+ }
25
25
26
26
type CustomerAddress @doc (description : " CustomerAddress contains detailed information about a customer's billing and shipping addresses" ){
27
27
id : Int @doc (description : " The ID assigned to the address object" )
You can’t perform that action at this time.
0 commit comments