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
ListOf
Nullable
If you wrap input type into ListOf or Nullable you can use it like an output type and vice versa which may produce wrong schema
Impossible to produce invalid schema at compile-time
Schema can be corrupted and it will be known only on its consumption
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
If you wrap input type into
ListOf
orNullable
you can use it like an output type and vice versa which may produce wrong schemaExpected behavior
Impossible to produce invalid schema at compile-time
Actual behavior
Schema can be corrupted and it will be known only on its consumption
The text was updated successfully, but these errors were encountered: