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

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

10 lines
198 B
YAML
Raw Normal View History

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