Skip to content

Commit

Permalink
fix(gatsby): correct tracing for GraphQL queries (#28415)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladar authored Dec 1, 2020
1 parent 3ccaec8 commit 4e50d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/src/query/graphql-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class GraphQLRunner {

try {
// `execute` will return a promise
return execute({
return await execute({
schema,
document,
rootValue: context,
Expand Down

0 comments on commit 4e50d5c

Please sign in to comment.