Skip to content

Commit

Permalink
change profile analyze time range data type (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrproliu authored Feb 25, 2020
1 parent aee4357 commit 8c9a8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ type ProfiledSegment {
spans: [ProfiledSpan!]!
}

type ProfileAnalyzeTimeRange {
input ProfileAnalyzeTimeRange {
start: Long!
end: Long!
}
Expand Down

0 comments on commit 8c9a8c4

Please sign in to comment.