dbsystel / 1BahnQL

Single unified API for all DBOpenData APIs implemented with GraphQL.
MIT License
104 stars 12 forks source link

Throws error #46

Closed lightsprint09 closed 7 years ago

lightsprint09 commented 7 years ago
{
  search(searchTerm: "Flughafen") {
    stations {
      name
      primaryEvaId
      facilities {
        state
      }
    }
    operationLocations {
      name
    }
  }
}