Skip to content

Commit

Permalink
fix: run before callback in delegate & request
Browse files Browse the repository at this point in the history
  • Loading branch information
schickling committed Jan 3, 2018
1 parent 22b316e commit eb0f14e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Binding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export class Binding {
},
info?: GraphQLResolveInfo | string,
) {
this.before()
info = buildInfo(fieldName, operation, this.schema, info)

return delegateToSchema(
Expand Down

0 comments on commit eb0f14e

Please sign in to comment.