Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaakko committed Aug 16, 2018
1 parent 8b778de commit 19232b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ public IndexGraphQLSchema(GraphIndex index) {
.build())
.field(GraphQLFieldDefinition.newFieldDefinition()
.name("vehicleMode")
.description("Transport mode (e.g. `BUS`) used by routes which pass through this stop. \n Note that also other types of vehicles may use this stop, e.g. tram-replacement buses.")
.description("Transport mode (e.g. `BUS`) used by routes which pass through this stop or `null` if mode cannot be determined, e.g. in case no routes pass through the stop. \n Note that also other types of vehicles may use the stop, e.g. tram replacement buses might use stops which have `TRAM` as their mode.")
.type(modeEnum)
.dataFetcher(environment -> {
try {
Expand Down

0 comments on commit 19232b6

Please sign in to comment.