You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can provide a date:String option in the format yyyyMMdd
I can provide a time:String option in the format HHmm
I can provide a timeIs:String option which is an Enum type of either "departing" or "arriving"
I can provide a journeyPreference:String option which is an Enum type of either "leastinterchange" | "leasttime" | "leastwalking"
I can provide a mode:[String] option which accepts an array of Enum options public-bus,overground,train,tube,coach,dlr,cablecar,tram,river,walking,cycle
I can provide an accessibilityPreferences:[String] option which accepts an array of Enum options "noSolidStairs,noEscalators,noElevators,stepFreeToVehicle,stepFreeToPlatform"
Acceptance critieria
from:String!parameterto:String!parameteroptionsobjectvia:StringoptionnationalSearch:Booleanoptiondate:Stringoption in the formatyyyyMMddtime:Stringoption in the formatHHmmtimeIs:Stringoption which is an Enum type of either"departing"or"arriving"journeyPreference:Stringoption which is an Enum type of either"leastinterchange"|"leasttime"|"leastwalking"mode:[String]option which accepts an array of Enum optionspublic-bus,overground,train,tube,coach,dlr,cablecar,tram,river,walking,cycleaccessibilityPreferences:[String]option which accepts an array of Enum options "noSolidStairs,noEscalators,noElevators,stepFreeToVehicle,stepFreeToPlatform"