Skip to content

Commit 9c38f58

Browse files
author
lu.jin
committed
updated README.md
1 parent 84027a6 commit 9c38f58

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
`graph/schema.graphql` 中更新您的新 schema 定义。例如:
1919

2020
```graphql
21+
scalar Timestamp
22+
2123
type FirefightingData {
2224
ts: Timestamp! # 时间戳,若是时序数据必须定义,并且字段名固定为 `ts`
2325
building: String! # 指标属性(层级),根据业务数据定义,非必须

0 commit comments

Comments
 (0)