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

Upgrade to GraphQL.NET v4 + support for NRT #1

Merged
merged 32 commits into from
Mar 23, 2021
Merged

Upgrade to GraphQL.NET v4 + support for NRT #1

merged 32 commits into from
Mar 23, 2021

Conversation

Shane32
Copy link
Owner

@Shane32 Shane32 commented Mar 23, 2021

  • Works with GraphQL.NET 4.0.2+
  • Adds support for nullable reference types.
  • [Required] works same as before
  • Added [Optional]
  • If no NRT annotations for the type, assumes that objects are nullable (and value types are not)
  • [Required] and [Optional] annotations override all else
  • Added full suite of testing

@Shane32 Shane32 self-assigned this Mar 23, 2021
@Shane32 Shane32 merged commit 5971268 into master Mar 23, 2021
@Shane32 Shane32 deleted the upgrade_v4 branch March 23, 2021 23:25
@github-actions
Copy link

Coverage Report

Totals Coverage
Statements: 91.72% ( 399 / 435 )
Methods: 78.05% ( 32 / 41 )

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

Successfully merging this pull request may close these issues.

None yet

1 participant