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 authored and Stephen Barlow committed Aug 27, 2019
1 parent 492f09c commit 784dd51
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 784dd51

Please sign in to comment.