Skip to content

Commit

Permalink
Make numberOfTransfers non-nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 9, 2023
1 parent 646a9de commit d8ba141
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ type Itinerary {
Note: Interlined/stay-seated transfers also increase the count.
"""
numberOfTransfers: Int
numberOfTransfers: Int!

#
# deprecated fields
Expand Down

0 comments on commit d8ba141

Please sign in to comment.