Added missing place order address fields, added new StoreConfig fields #463
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
customer.graphqls
documents, one should probably be cleaned up?Solution
~
= deprecated+
= added+
type CartAddressInput: prefix+
type CartAddressInput: middlename+
type CartAddressInput: suffix+
type CartAddressInput: gender+
type CartAddressInput: date_of_birth+
type CartAddressInput: fax+
type CartAddressInput: vat_id+
type CartAddressInterface: prefix+
type CartAddressInterface: middlename+
type CartAddressInterface: suffix+
type CartAddressInterface: gender+
type CartAddressInterface: region_v2~
type CartAddressInterface: region+
type CartAddressInterface: country_v2~
type CartAddressInterface: country+
type CartAddressInterface: date_of_birth+
type CartAddressInterface: fax+
type CartAddressInterface: vat_id+
type GenderEnum: OTHER~
type CountryCodeEnum: deprecated whole type+
type CustomerAddressInput: country_code_v2~
type CustomerAddressInput: country_code+
type CustomerAddress: country~
type CustomerAddress: country_id~
type CustomerAddress: country_code+
AddressFieldVisibilityEnum+
StoreConfig: address_prefix+
StoreConfig: address_prefix_options+
StoreConfig: address_middlename+
StoreConfig: address_suffix+
StoreConfig: address_suffix_options+
StoreConfig: address_date_of_birth+
StoreConfig: address_gender+
StoreConfig: address_telephone+
StoreConfig: address_fax+
StoreConfig: address_company+
StoreConfig: address_vat_id+
CompanyLegalAddress: country~
CompanyLegalAddress: country_code+
CompanyLegalAddressCreateInput: country_code~
CompanyLegalAddressCreateInput: country_id+
CompanyLegalAddressUpdateInput: country_code~
CompanyLegalAddressUpdateInput: country_id+
OrderAddress: country~
OrderAddress: country_codeRequested Reviewers
@DrewML tagged you because you are mentioned in the Component Assignments for the checkout frontend.
@paliarush tagged you because you are mentioned in the Component Assignments for the checkout
Closing notes:
What do you guys think? I'm open to discussions, but I think this cleans stuff up a lot. There are a few things I find difficult to oversee: