ChilliCream / graphql-platform

Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.
https://chillicream.com
MIT License
4.96k stars 722 forks source link

Fix typo in code sample #7065

Closed Pankraty closed 4 weeks ago

Pankraty commented 1 month ago

Code sample from the documentation has a typo making it uncompilable.

CLAassistant commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: michaelstaib
:x: Pankraty
You have signed the CLA already but the status is still pending? Let us recheck it.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.38%. Comparing base (723733e) to head (c0670c7). Report is 1 commits behind head on main.

:exclamation: Current head c0670c7 differs from pull request most recent head 62815c4. Consider uploading reports for the commit 62815c4 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7065 +/- ## ========================================== + Coverage 77.27% 77.38% +0.10% ========================================== Files 2632 2627 -5 Lines 131349 131152 -197 ========================================== - Hits 101505 101490 -15 + Misses 29844 29662 -182 ``` | [Flag](https://app.codecov.io/gh/ChilliCream/graphql-platform/pull/7065/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChilliCream) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ChilliCream/graphql-platform/pull/7065/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChilliCream) | `77.38% <ø> (+0.10%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ChilliCream#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

michaelstaib commented 4 weeks ago

Thanks for contributing.