Skip to content

Commit

Permalink
plugins: Same as source, queryHash is required at parsingDidStart.
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Mar 19, 2020
1 parent 60cd104 commit d1b7a82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apollo-server-types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ export type GraphQLRequestContextParsingDidStart<TContext> =
WithRequired<GraphQLRequestContext<TContext>,
| 'metrics'
| 'source'
| 'queryHash'
>;
export type GraphQLRequestContextValidationDidStart<TContext> =
GraphQLRequestContextParsingDidStart<TContext> &
Expand Down

0 comments on commit d1b7a82

Please sign in to comment.