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 10, 2023
1 parent 36df4a0 commit 2b3092f
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 2b3092f

Please sign in to comment.