mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-21 06:21:39 +03:00
21 lines
363 B
YAML
21 lines
363 B
YAML
|
- description: Can only see exact timestamp
|
||
|
url: /v1/graphql
|
||
|
status: 200
|
||
|
headers:
|
||
|
X-Hasura-Role: test_timestamp_perm
|
||
|
response:
|
||
|
data:
|
||
|
hasura_article:
|
||
|
- id: '2'
|
||
|
title: Title 2
|
||
|
content: Content 2
|
||
|
query:
|
||
|
query: |
|
||
|
query {
|
||
|
hasura_article {
|
||
|
id
|
||
|
title
|
||
|
content
|
||
|
}
|
||
|
}
|