From 8c9a8c45b9dbe954efa6de50202d05b1ef8e6be2 Mon Sep 17 00:00:00 2001 From: mrproliu <741550557@qq.com> Date: Wed, 26 Feb 2020 00:07:27 +0800 Subject: [PATCH] change profile analyze time range data type (#36) --- profile.graphqls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.graphqls b/profile.graphqls index e238f28..b7de239 100644 --- a/profile.graphqls +++ b/profile.graphqls @@ -136,7 +136,7 @@ type ProfiledSegment { spans: [ProfiledSpan!]! } -type ProfileAnalyzeTimeRange { +input ProfileAnalyzeTimeRange { start: Long! end: Long! } -- GitLab