Advertisement
Guest User

Untitled

a guest
May 28th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {stop(id:"HSL:1362141") {id,...F3}}
  2. fragment F0 on StoptimesInPattern {
  3. pattern {
  4. alerts {
  5. effectiveStartDate,effectiveEndDate,trip {
  6. gtfsId,id
  7. },id
  8. },route {
  9. gtfsId,shortName,longName,type,color,id
  10. },code,headsign,id
  11. },stoptimes {
  12. realtimeState,realtimeDeparture,scheduledDeparture,realtime,serviceDay,stop {
  13. code,id
  14. },trip {
  15. gtfsId,id
  16. }
  17. }
  18. } fragment F1 on Stop {
  19. gtfsId,name,code,desc,id
  20. } fragment F2 on Stop {
  21. gtfsId,_stoptimesForServiceDate467NCg:stoptimesForServiceDate(date:"20160528") {...F0},id,...F1}
  22. fragment F3 on Stop {gtfsId,lat,lon,name,id,...F2}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement