Skip to content

Commit

Permalink
Add placeholder for didEncounterErrors from #2719.
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Jun 30, 2019
1 parent 15f69b3 commit 074041b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/features/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,19 @@ didResolveOperation?(
): ValueOrPromise<void>;
```

### `didEncounterErrors`

> TODO
```typescript
didEncounterErrors?(
requestContext: WithRequired<
GraphQLRequestContext<TContext>,
'metrics' | 'source' | 'errors'
>,
): ValueOrPromise<void>;
```

### `executionDidStart`

> TODO
Expand Down

0 comments on commit 074041b

Please sign in to comment.