Commit 92be6cf
committed
fix(graph): add missing service-level feature fields to type + input
Add labelless, notification, address_validation, and transit_label
fields to ServiceLevelFeaturesType and ServiceLevelFeaturesInput.
Admin test_update_rate_sheet_accepts_all_service_level_feature_flags
queries these fields; they landed in shipping-platform but the Wave 0
sync kept upstream's ServiceLevelFeaturesType (which lacked them)
per the conflict matrix default of "keep upstream". The test was
picked up from SP's side of the merge, so GraphQL introspection
rejected the query ("Cannot query field 'labelless' on type
'ServiceLevelFeaturesType'"). Ship the four fields so the type
and the test line up.1 parent dc20528 commit 92be6cf
2 files changed
Lines changed: 27 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
624 | 639 | | |
625 | 640 | | |
626 | 641 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1912 | 1912 | | |
1913 | 1913 | | |
1914 | 1914 | | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
1915 | 1927 | | |
1916 | 1928 | | |
1917 | 1929 | | |
| |||
0 commit comments