Skip to content

Instantly share code, notes, and snippets.

@martijnwalraven
Last active October 16, 2017 23:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martijnwalraven/87826ee2cabda36c46d23c706467c1e8 to your computer and use it in GitHub Desktop.
Save martijnwalraven/87826ee2cabda36c46d23c706467c1e8 to your computer and use it in GitHub Desktop.
{
"data": {
"hero": {
"name": "Luke Skywalker",
"friends": [
{
"name": "Han Solo"
},
{
"name": "Leia Organa"
},
{
"name": "C-3PO"
},
{
"name": "R2-D2"
}
]
}
},
"extensions": {
"tracing": {
"version": 1,
"startTime": "2017-10-16T18:58:06.797Z",
"endTime": "2017-10-16T18:58:06.811Z",
"duration": 13962507,
"execution": {
"resolvers": [
{
"path": [
"hero"
],
"parentType": "Query",
"fieldName": "hero",
"returnType": "Character",
"startOffset": 11089188,
"duration": 181335
},
{
"path": [
"hero",
"name"
],
"parentType": "Human",
"fieldName": "name",
"returnType": "String!",
"startOffset": 12304767,
"duration": 103632
},
{
"path": [
"hero",
"friends"
],
"parentType": "Human",
"fieldName": "friends",
"returnType": "[Character]",
"startOffset": 12588394,
"duration": 1106042
},
{
"path": [
"hero",
"friends",
0,
"name"
],
"parentType": "Human",
"fieldName": "name",
"returnType": "String!",
"startOffset": 13583004,
"duration": 16006
},
...,
{
"path": [
"hero",
"friends",
2,
"name"
],
"parentType": "Droid",
"fieldName": "name",
"returnType": "String!",
"startOffset": 13662093,
"duration": 1928
},
...
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment