@opentripplanner/core-utils 9.0.0-alpha.34 → 9.0.0-alpha.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -60,23 +60,26 @@ query Plan(
60
60
  fareProducts {
61
61
  id
62
62
  product {
63
+ __typename
63
64
  id
64
65
  medium {
65
66
  id
66
67
  name
67
68
  }
68
69
  name
69
- price {
70
- amount
71
- currency {
72
- code
73
- digits
74
- }
75
- }
76
70
  riderCategory {
77
71
  id
78
72
  name
79
73
  }
74
+ ... on DefaultFareProduct {
75
+ price {
76
+ amount
77
+ currency {
78
+ code
79
+ digits
80
+ }
81
+ }
82
+ }
80
83
  }
81
84
  }
82
85
  from {