mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +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