Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot Chocolate Security Docs. #3584

Merged
merged 28 commits into from
May 23, 2021
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
b38edd4
Added overview docs
michaelstaib Apr 23, 2021
ebe5329
Reworked the complexity documentation
michaelstaib Apr 24, 2021
a69c3f5
updated header
michaelstaib Apr 24, 2021
be58c53
started rework of complexity
michaelstaib Apr 24, 2021
b3e07c4
Integrated Middleware
michaelstaib Apr 24, 2021
f5256d4
implemented cache
michaelstaib Apr 24, 2021
a1c4b92
Included middleware into configuration
michaelstaib Apr 24, 2021
8cb3161
fixed name
michaelstaib Apr 24, 2021
8f0c1dc
started work on default complexity
michaelstaib Apr 25, 2021
b0a9aea
Introduced default complexity
michaelstaib Apr 26, 2021
b5a898b
Added more tests
michaelstaib Apr 26, 2021
ab823a6
cleanup
michaelstaib Apr 26, 2021
1852549
rename
michaelstaib Apr 26, 2021
b2e6705
rename
michaelstaib Apr 26, 2021
a017ec8
Skip complexity analysis
michaelstaib Apr 26, 2021
b4a4aa0
added more tests
michaelstaib Apr 26, 2021
3990e77
Added enable flag
michaelstaib Apr 26, 2021
49512dc
fixed
michaelstaib Apr 26, 2021
f68704c
Fixed issues
michaelstaib Apr 26, 2021
9b01ddf
Merge branch 'main' into mst/hot-chocolate-security-docs
michaelstaib May 18, 2021
6387da0
Merged
michaelstaib May 21, 2021
1b40203
Disabled Public API errors
michaelstaib May 22, 2021
9b4313f
Merge branch 'develop' into mst/hot-chocolate-security-docs
michaelstaib May 22, 2021
d4cee4c
Fixed tests
michaelstaib May 22, 2021
d0cb672
Cleanup middleware
michaelstaib May 23, 2021
3a4c292
Fixed tests
michaelstaib May 23, 2021
bd5baa4
added more comments
michaelstaib May 23, 2021
40881d9
fixed docs
michaelstaib May 23, 2021
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
Prev Previous commit
Next Next commit
Merge branch 'main' into mst/hot-chocolate-security-docs
  • Loading branch information
michaelstaib authored May 18, 2021
commit 9b01ddf3af770a6cddf93c9d3c6326aa28194cf1
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ private async Task<IQueryResult> OnEvent(object payload)
ImmutableDictionary<string, object?>.Empty
.SetItem(WellKnownContextData.EventMessage, payload);

// next we resolve the subscription instance.
var rootValue = RootValueResolver.Resolve(
_requestContext,
eventServices,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.