We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
descriptor.Type(System.Type).
#1058
For dynamic schema creating it would be useful to have a new Type description method that can be used to dynamically set types.
Type
We need to write some validation logic that ensures the type context is always correct (input vs output).
Places where we have a type context:
The text was updated successfully, but these errors were encountered:
descriptor.Type(System.Type)
@michaelstaib I've created a PR for this enhancement. Is it ok like this?
Sorry, something went wrong.
I will have a look at it later or in the morning.
@michaelstaib did you already manage to have a look? :)
https://github.com/ChilliCream/hotchocolate/releases/tag/10.2.0-preview.4
michaelstaib
No branches or pull requests
#1058
For dynamic schema creating it would be useful to have a new
Type
description method that can be used to dynamically set types.We need to write some validation logic that ensures the type context is always correct (input vs output).
Places where we have a type context:
The text was updated successfully, but these errors were encountered: