1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-21 06:21:39 +03:00
graphql-engine/server/tests-py/queries/endpoints/endpoint_with_template.yaml
Lyndon Maydwell 0767333597 server: support restified versions of graphql queries ()
Restified GraphQL Endpoints feature.

GitOrigin-RevId: 3d6e589426ec21a60a915b47f579f0ac4934af45
2021-01-29 01:03:35 +00:00

10 lines
195 B
YAML

description: Successful call of an endpoint with a url template
url: /api/rest/with_template/Foo
method: GET
status: 200
query:
response:
test_table:
- first_name: Foo
last_name: Bar