Created
June 18, 2017 18:02
-
-
Save OlegIlyenko/ab98ada6c01bebd6ef6e2dfd4c8b985b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [Execution Metrics] duration: 1424ms, validation: 1ms, reducers: 0ms | |
{ | |
# [Query] count: 1, time: 0ms | |
human(id: "1000") { | |
# [Human] count: 1, time: 0ms | |
name | |
# [Human] count: 1, time: 609ms | |
friends { | |
...Stuff | |
} | |
} | |
} | |
# [usages] | |
# * human.friends | |
fragment Stuff on Character { | |
# [human.friends.name Droid] count: 2, min: 0ms, max: 0ms, mean: 0ms, p75: 0ms, p95: 0ms, p99: 0ms | |
# [human.friends.name Human] count: 2, min: 0ms, max: 0ms, mean: 0ms, p75: 0ms, p95: 0ms, p99: 0ms | |
name | |
# [human.friends.appearsIn Droid] count: 2, min: 0ms, max: 0ms, mean: 0ms, p75: 0ms, p95: 0ms, p99: 0ms | |
# [human.friends.appearsIn Human] count: 2, min: 373ms, max: 814ms, mean: 595ms, p75: 814ms, p95: 814ms, p99: 814ms | |
appearsIn | |
... on Droid { | |
# [human.friends.primaryFunction Droid] count: 2, min: 0ms, max: 0ms, mean: 0ms, p75: 0ms, p95: 0ms, p99: 0ms | |
primaryFunction | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment