Skip to content

Commit

Permalink
Update application/src/main/resources/org/opentripplanner/apis/gtfs/s…
Browse files Browse the repository at this point in the history
…chema.graphqls

Co-authored-by: Joel Lappalainen <lappalj8@gmail.com>
  • Loading branch information
vesameskanen and optionsome authored Nov 8, 2024
1 parent 32eae05 commit bdf60e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -672,8 +672,8 @@ type Leg {
"""
An identifier for the leg, which can be used to re-fetch transit leg information, except leg's fare products.
Re-fetching fails when the underlying transit data no longer exists.
**Note:** when both id and fare products are queried, id should be queried using a suitable GraphQL alias
such as `legId`. Relay does not accept different fare product ids in otherwise identical legs.
**Note:** when both id and fare products are queried with [Relay](https://relay.dev/), id should be queried using a suitable GraphQL alias
such as `legId: id`. Relay does not accept different fare product ids in otherwise identical legs.
"""
id: String
"""
Expand Down

0 comments on commit bdf60e0

Please sign in to comment.