graphql-engine/server/tests-py/queries/remote_schemas/bahnql_query.yaml

22 lines
407 B
YAML
Raw Normal View History

description: Simple GraphQL query on the remote schema with bahnql
url: /v1/graphql
status: 200
response:
data:
stationWithEvaId:
location:
latitude: 50.107145
longitude: 8.663789
name: Frankfurt (Main) Hbf
query:
query: |
query {
stationWithEvaId(evaId: 8000105) {
name
location {
latitude
longitude
}
}
}