You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/CustomerGraphQl/etc/schema.graphqls
+2-2Lines changed: 2 additions & 2 deletions
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 Deprecated: Custom attributes should not be put into custom_attributes container.")
39
+
custom_attributes: [CustomerAddressAttributeInput] @doc(description: "Deprecated: Custom attributes should not be put into container.")
40
40
}
41
41
42
42
inputCustomerAddressRegionInput@doc(description: "CustomerAddressRegionInput defines the customer's state or province") {
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] @deprecated(reason: "Custom attributes should not be put into custom_attributes container.") @doc(description: "Address custom attributes")
118
+
custom_attributes: [CustomerAddressAttribute] @deprecated(reason: "Custom attributes should not be put into container")
0 commit comments