Skip to content

Commit

Permalink
Correct documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 10, 2023
1 parent 2b3092f commit 5f3df58
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1547,9 +1547,11 @@ type Itinerary {
accessibilityScore: Float

"""
How many transfers are contained in this itinerary.
How many transfers are part of this itinerary.
Note: Interlined/stay-seated transfers also increase the count.
Notes:
- Interlined/stay-seated transfers do not increase this count.
- Transferring from a flex to a fixed schedule trip and vice versa increases this count.
"""
numberOfTransfers: Int!

Expand Down

0 comments on commit 5f3df58

Please sign in to comment.