Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
package: debugger 0.0.0-alpha.106
Browse files Browse the repository at this point in the history
  • Loading branch information
danstarns committed Apr 28, 2024
1 parent de57bb3 commit 56dc67c
Show file tree
Hide file tree
Showing 7 changed files with 213 additions and 211 deletions.
144 changes: 72 additions & 72 deletions apollo-debugger/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apollo-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@graphql-debugger/apollo-server": "^0.0.0-alpha.105",
"@graphql-debugger/apollo-server": "^0.0.0-alpha.106",
"apollo-server": "~3.13.0"
},
"type": "module"
Expand Down
4 changes: 3 additions & 1 deletion helix-debugger/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ if (cluster.isPrimary) {
request,
schema: tracedSchema,
contextFactory: () => ({
GraphQLDebuggerContext: new GraphQLDebuggerContext(),
GraphQLDebuggerContext: new GraphQLDebuggerContext({
schema,
}),
}),
});

Expand Down
Loading

0 comments on commit 56dc67c

Please sign in to comment.