mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
0767333597
Restified GraphQL Endpoints feature. GitOrigin-RevId: 3d6e589426ec21a60a915b47f579f0ac4934af45
16 lines
332 B
YAML
16 lines
332 B
YAML
- description: call the cached simple endpoint
|
|
url: /api/rest/simple_cached
|
|
method: GET
|
|
status: 200
|
|
query:
|
|
resp_headers:
|
|
Cache-Control: max-age=5
|
|
response:
|
|
test_table:
|
|
- first_name: Foo
|
|
last_name: Bar
|
|
- first_name: Baz
|
|
last_name: Qux
|
|
- first_name: X%20Y
|
|
last_name: Test
|