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

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

10 lines
212 B
YAML
Raw Normal View History

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