This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Description
Summary
The CustomerOrder type has increment_id field which represents order number on the storefront. The backend service contracts use this field as is but for the storefront API doesn't have business logic for it and the most usage - show to customer the number of the order.
Acceptance Criteria
- Deprecate
increment_id in CustomerOrder type
- Introduce
order_number: String! in CustomerOrder type
- Cover with tests