mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
remove system property from all sub-nodes of system
This commit is contained in:
@@ -17,7 +17,6 @@ type System {
|
|||||||
type Route {
|
type Route {
|
||||||
name: String!
|
name: String!
|
||||||
id: ID!
|
id: ID!
|
||||||
system: System!
|
|
||||||
orderedStops: [OrderedStop!]
|
orderedStops: [OrderedStop!]
|
||||||
nextOrderedStop(forStopId: ID): OrderedStop
|
nextOrderedStop(forStopId: ID): OrderedStop
|
||||||
shuttles: [Shuttle!]
|
shuttles: [Shuttle!]
|
||||||
@@ -36,7 +35,6 @@ type Stop {
|
|||||||
id: ID!
|
id: ID!
|
||||||
name: String!
|
name: String!
|
||||||
coordinates: Coordinates!
|
coordinates: Coordinates!
|
||||||
system: System!
|
|
||||||
etas: [ETA!]
|
etas: [ETA!]
|
||||||
orderedStops: [OrderedStop!]
|
orderedStops: [OrderedStop!]
|
||||||
}
|
}
|
||||||
@@ -57,7 +55,6 @@ type Shuttle {
|
|||||||
id: ID!,
|
id: ID!,
|
||||||
coordinates: Coordinates!
|
coordinates: Coordinates!
|
||||||
route: Route
|
route: Route
|
||||||
system: System
|
|
||||||
etas: [ETA!]
|
etas: [ETA!]
|
||||||
eta(forStopId: ID): ETA
|
eta(forStopId: ID): ETA
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user