mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
960cf2d954
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3636 GitOrigin-RevId: f4114fded09cbdd9875488610c635537478e4ab5
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
|
|
}
|
|
}
|