All Downloads are FREE. Search and download functionalities are using the official Maven repository.

queries.patterns.graphql Maven / Gradle / Ivy

There is a newer version: 0.1.6
Show newest version
query {
    patterns {
        name
        vehiclePositions {
            vehicleId
            lastUpdated
            trip {
                id
                gtfsId
            }
            stopRelationship {
                status
                stop {
                    name
                }
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy