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

Fix DISchemaTypes #16

Merged
merged 5 commits into from
Nov 17, 2021
Merged

Fix DISchemaTypes #16

merged 5 commits into from
Nov 17, 2021

Conversation

Shane32
Copy link
Owner

@Shane32 Shane32 commented Nov 17, 2021

  • Cannot set autoMapInputTypes or autoMapOutputTypes parameters in DISchemaTypes constructor due to design of GraphQL.NET. Functionality will be restored once GraphQL.NET design has changed sufficiently.
  • Other bugs in DISchemaTypes fixed, such as ignoring the protected AutoMapInputType and AutoMapOutputType methods altogether.
  • Prevent DIObjectGraphType from detecting property setter "methods" and creating fields for them.
  • Tests added

@Shane32 Shane32 self-assigned this Nov 17, 2021
@github-actions
Copy link

Coverage Report

Totals Coverage
Statements: 95.26% ( 924 / 970 )
Methods: 83.1% ( 118 / 142 )

@Shane32 Shane32 merged commit aa161fc into master Nov 17, 2021
@Shane32 Shane32 deleted the fix_discchematypes branch November 17, 2021 23:03
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