File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/CustomerGraphQl/etc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ input CustomerAddressInput {
36
36
prefix : String @doc (description : " An honorific, such as Dr., Mr., or Mrs." )
37
37
suffix : String @doc (description : " A value such as Sr., Jr., or III" )
38
38
vat_id : String @doc (description : " The customer's Tax/VAT number (for corporate customers)" )
39
- custom_attributes : [CustomerAddressAttributeInput ] @doc (description : " Address custom attributes" )
39
+ custom_attributes : [CustomerAddressAttributeInput ] @doc (description : " Deprecated: Custom attributes should not be put into container. " )
40
40
}
41
41
42
42
input CustomerAddressRegionInput @doc (description : " CustomerAddressRegionInput defines the customer's state or province" ) {
@@ -115,7 +115,7 @@ type CustomerAddress @doc(description: "CustomerAddress contains detailed inform
115
115
vat_id : String @doc (description : " The customer's Tax/VAT number (for corporate customers)" )
116
116
default_shipping : Boolean @doc (description : " Indicates whether the address is the default shipping address" )
117
117
default_billing : Boolean @doc (description : " Indicates whether the address is the default billing address" )
118
- custom_attributes : [CustomerAddressAttribute ] @doc ( description : " Address custom attributes" )
118
+ custom_attributes : [CustomerAddressAttribute ] @deprecated ( reason : " Custom attributes should not be put into container " )
119
119
extension_attributes : [CustomerAddressAttribute ] @doc (description : " Address extension attributes" )
120
120
}
121
121
You can’t perform that action at this time.
0 commit comments