Skip to content

Commit

Permalink
Merge pull request #434 from urakozz/patch-1
Browse files Browse the repository at this point in the history
Tracer: fixed nil pointer issue
  • Loading branch information
vektah authored Nov 16, 2018
2 parents 02a1935 + d4f7c95 commit 0ac6fa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphql/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func NewRequestContext(doc *ast.QueryDocument, query string, variables map[strin
RequestMiddleware: DefaultRequestMiddleware,
Recover: DefaultRecover,
ErrorPresenter: DefaultErrorPresenter,
Tracer: &NopTracer{},
}
}

Expand Down

0 comments on commit 0ac6fa5

Please sign in to comment.