Skip to content

Commit 2543bd4

Browse files
committed
fix wheelchair_accessible in graphql schema refs #109
1 parent 270b083 commit 2543bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/conveyal/gtfs/graphql/GraphQLGtfsSchema.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,12 +255,12 @@ public class GraphQLGtfsSchema {
255255
.field(MapFetcher.field("route_desc"))
256256
.field(MapFetcher.field("route_url"))
257257
.field(MapFetcher.field("route_branding_url"))
258-
.field(MapFetcher.field("wheelchair_boarding"))
259258
// TODO route_type as enum or int
260259
.field(MapFetcher.field("route_type"))
261260
.field(MapFetcher.field("route_color"))
262261
.field(MapFetcher.field("route_text_color"))
263262
// FIXME ˇˇ Editor fields that should perhaps be moved elsewhere.
263+
.field(MapFetcher.field("wheelchair_accessible"))
264264
.field(MapFetcher.field("publicly_visible", GraphQLInt))
265265
.field(MapFetcher.field("status", GraphQLInt))
266266
// FIXME ^^

0 commit comments

Comments
 (0)