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

Preview 19: If an input type is assigned to an output type and exception should be raised! #713

Closed
michaelstaib opened this issue May 1, 2019 · 0 comments · Fixed by #724
Assignees
Milestone

Comments

@michaelstaib
Copy link
Member

protected override void Configure(IObjectTypeDescriptor<Foo> descriptor)
{
    descriptor.Field(t => t.Bar).Type<NonNullType<InputType>>>();
}
@michaelstaib michaelstaib added this to the 9.0.0 milestone May 1, 2019
@michaelstaib michaelstaib self-assigned this May 1, 2019
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 a pull request may close this issue.

1 participant