| commit | 8c9a8c45b9dbe954efa6de50202d05b1ef8e6be2 | [log] [tgz] |
|---|---|---|
| author | mrproliu <741550557@qq.com> | Wed Feb 26 00:07:27 2020 +0800 |
| committer | GitHub <noreply@github.com> | Wed Feb 26 00:07:27 2020 +0800 |
| tree | 9c42b87c063ef279d222de165767c5adb00b20c5 | |
| parent | aee4357438abc09dbe7608d905f21074d8dc4058 [diff] |
change profile analyze time range data type (#36)
diff --git a/profile.graphqls b/profile.graphqls index e238f28..b7de239 100644 --- a/profile.graphqls +++ b/profile.graphqls
@@ -136,7 +136,7 @@ spans: [ProfiledSpan!]! } -type ProfileAnalyzeTimeRange { +input ProfileAnalyzeTimeRange { start: Long! end: Long! }