mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 13:31:43 +03:00
10 lines
212 B
YAML
10 lines
212 B
YAML
|
description: Successful call of an endpoint with query args
|
||
|
url: /api/rest/with_args?first_name=Foo&last_name=Bar
|
||
|
method: GET
|
||
|
status: 200
|
||
|
query:
|
||
|
response:
|
||
|
test_table:
|
||
|
- first_name: Foo
|
||
|
last_name: Bar
|