mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-06-03 00:30:35 +00:00
remove nextOrderedStop from Route schema
This commit is contained in:
@@ -18,7 +18,6 @@ type Route {
|
||||
name: String!
|
||||
id: ID!
|
||||
orderedStops: [OrderedStop!]
|
||||
nextOrderedStop(forStopId: ID): OrderedStop
|
||||
shuttles: [Shuttle!]
|
||||
polylineCoordinates: [Coordinates!]!
|
||||
color: String!
|
||||
|
||||
Reference in New Issue
Block a user