StationCreateInput
Input for creating a station.
input StationCreateInput {
station: StationInput!
}
Fields
StationCreateInput.station ● StationInput! non-null input
Station to create.
Member Of
stationCreate mutation