We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fec83 commit 45193a1Copy full SHA for 45193a1
application/src/main/java/org/opentripplanner/apis/transmodel/TransmodelGraphQLSchema.java
@@ -1185,7 +1185,7 @@ private GraphQLSchema create() {
1185
GraphQLFieldDefinition.newFieldDefinition()
1186
.name("serviceJourneys")
1187
.description(
1188
- "Get all _service journeys_. At least one of the filter arguments must be non-null."
+ "Get _service journeys_. At least one of the filter arguments must be non-null."
1189
)
1190
.withDirective(TransmodelDirectives.TIMING_DATA)
1191
.type(new GraphQLNonNull(new GraphQLList(serviceJourneyType)))
0 commit comments