Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .nsprc
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
{
"GHSA-w5hq-g745-h8pq": {
"active": true,
"notes": "uuid <14 buffer bounds check in v3/v5/v6 with buf arg. @apollo/server only uses v4() (landing page nonce, schema reporting bootId), so unreachable. Revisit when @apollo/server bumps uuid."
}
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Logging of context creation failure can be enabled by supplying a logger to the
- `includeMutationResponseData`: if `true`, the operation's `result.data` will be included in the log output for mutations only (default: `false`)
- `adjustVariables`: an optional callback that can be used to adjust the operation's `variables` before logging
- `adjustResultData`: an optional callback that can be used to adjust the operation's `result.data` before logging
- `adjustQuery`: an optional callback that can be used to adjust the operation's query before logging

```ts
const plugins: ApolloServerPlugin<GraphQLContext>[] = [
Expand Down
Loading