graphql-engine/server/tests-py/queries/endpoints/endpoint_with_body_arg.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
208 B
YAML
Raw Normal View History

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