strawberry-graphql / strawberry-django

Strawberry GraphQL Django extension
https://strawberry.rocks/docs/django
MIT License
421 stars 123 forks source link

Revert "Fix typo" #609

Closed patrick91 closed 4 months ago

patrick91 commented 4 months ago

This reverts commit f845a0c7e854fc3cb3f55945b487650e8a3ed562.

Description

Types of Changes

Issues Fixed or Closed by This PR

*

Checklist

Summary by Sourcery

This pull request reverts a previous commit that fixed a typo in multiple documentation files. The changes restore the original state of the documentation by replacing the corrected 'TIP', 'WARNING', 'CAUTION', 'INFO', and 'NOTE' annotations with their previous incorrect forms.

sourcery-ai[bot] commented 4 months ago

Reviewer's Guide by Sourcery

This pull request reverts a previous commit that fixed a typo in multiple documentation files. The changes primarily involve reverting the formatting of tip, warning, caution, and info blocks in the documentation.

File-Level Changes

Files Changes
docs/guide/filters.md
docs/guide/ordering.md
docs/guide/fields.md
docs/guide/mutations.md
docs/guide/types.md
docs/guide/authentication.md
docs/guide/export-schema.md
docs/guide/optimizer.md
docs/guide/permissions.md
docs/guide/queries.md
docs/guide/relay.md
Reverted the formatting of various documentation blocks (TIP, WARNING, CAUTION, INFO, NOTE) to their previous state.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.
codecov-commenter commented 4 months ago

Codecov Report

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

Project coverage is 88.84%. Comparing base (74adfca) to head (172fab3).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #609 +/- ## ======================================= Coverage 88.84% 88.84% ======================================= Files 41 41 Lines 3605 3605 ======================================= Hits 3203 3203 Misses 402 402 ```

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