Skip to content

Commit 8d041ce

Browse files
Update application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls
Co-authored-by: Leonard Ehrenfried <mail@leonard.io>
1 parent bdd8b8a commit 8d041ce

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • application/src/main/resources/org/opentripplanner/apis/gtfs

application/src/main/resources/org/opentripplanner/apis/gtfs/schema.graphqls

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2702,8 +2702,9 @@ type TripOnServiceDateConnection {
27022702
"""
27032703
pageInfo: PageInfo!
27042704
"""
2705-
The total number of trips on service dates in this connection (including the current and previous
2706-
pages). Note, this number might not stay the same throughout the paging as trips might be added or
2705+
The total number of trips on service dates in this connection at the time of query execution (including the current and previous
2706+
pages).
2707+
Note, this number might not stay the same throughout the paging as trips might be added or
27072708
removed.
27082709
"""
27092710
totalCount: Int!

0 commit comments

Comments
 (0)