Skip to content

Commit

Permalink
fix wheelchair_accessible in graphql schema refs #109
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Apr 5, 2018
1 parent 270b083 commit 2543bd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,12 @@ public class GraphQLGtfsSchema {
.field(MapFetcher.field("route_desc"))
.field(MapFetcher.field("route_url"))
.field(MapFetcher.field("route_branding_url"))
.field(MapFetcher.field("wheelchair_boarding"))
// TODO route_type as enum or int
.field(MapFetcher.field("route_type"))
.field(MapFetcher.field("route_color"))
.field(MapFetcher.field("route_text_color"))
// FIXME ˇˇ Editor fields that should perhaps be moved elsewhere.
.field(MapFetcher.field("wheelchair_accessible"))
.field(MapFetcher.field("publicly_visible", GraphQLInt))
.field(MapFetcher.field("status", GraphQLInt))
// FIXME ^^
Expand Down

0 comments on commit 2543bd4

Please sign in to comment.