We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20c907e commit 2454f56Copy full SHA for 2454f56
app/component/itinerary/queries/ItineraryDetailsFragment.js
@@ -51,6 +51,8 @@ export const ItineraryDetailsFragment = graphql`
51
route {
52
alerts {
53
alertSeverityLevel
54
+ effectiveStartDate
55
+ effectiveEndDate
56
}
57
shortName
58
mode
@@ -63,13 +65,17 @@ export const ItineraryDetailsFragment = graphql`
63
65
platformCode
64
66
67
68
69
70
71
72
73
to {
74
stop {
75
76
77
78
79
80
81
0 commit comments