mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 05:21:47 +03:00
10 lines
195 B
YAML
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
|