mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
12 lines
208 B
YAML
12 lines
208 B
YAML
|
description: Successful call of an endpoint with a query arg
|
||
|
url: /api/rest/with_arg
|
||
|
method: POST
|
||
|
body:
|
||
|
first_name: Foo
|
||
|
status: 200
|
||
|
query:
|
||
|
response:
|
||
|
test_table:
|
||
|
- first_name: Foo
|
||
|
last_name: Bar
|