mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
d88e2bbcce
https://github.com/hasura/graphql-engine-mono/pull/1625 Co-authored-by: Sameer Kolhar <6604943+kolharsam@users.noreply.github.com> GitOrigin-RevId: 6b56efc838d2ed1acc44b2847161fde22d6aee17
16 lines
313 B
YAML
16 lines
313 B
YAML
- description: call the new custom endpoint
|
|
url: /api/rest/simple
|
|
headers:
|
|
X-Hasura-Role: admin
|
|
method: GET
|
|
status: 200
|
|
query:
|
|
response:
|
|
test_table:
|
|
- first_name: Foo
|
|
last_name: Bar
|
|
- first_name: Baz
|
|
last_name: Qux
|
|
- first_name: X%20Y
|
|
last_name: Test
|