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

[WIP] @semanticNonNull support #7681

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tobias-tengler
Copy link
Collaborator

No description provided.

@tobias-tengler tobias-tengler force-pushed the tte/hotchocolate-semantic-non-null branch from 79ec25d to 1f766a2 Compare November 4, 2024 20:36
Copy link

codecov bot commented Nov 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.92%. Comparing base (a9f442c) to head (1f766a2).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7681      +/-   ##
==========================================
- Coverage   73.94%   73.92%   -0.02%     
==========================================
  Files        2916     2918       +2     
  Lines      151060   151170     +110     
  Branches    17548    17568      +20     
==========================================
+ Hits       111696   111754      +58     
- Misses      33511    33562      +51     
- Partials     5853     5854       +1     
Flag Coverage Δ
unittests 73.92% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

/// <summary>
/// Gets or sets the name of the query type.
/// </summary>
/// <inheritdoc cref="IReadOnlySchemaOptions.QueryTypeName"/>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that these crefs are needed.


public class Query
{
[GraphQLNonNullType()]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[GraphQLNonNullType()]
[GraphQLNonNullType]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants