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
At the moment, there seems to be no way to specify that the elements of an array are non-null. I'd propose an extension for array types:
@nonNull field ----> [Field]!
@nonNull field[] ----> [Field!]
@nonNull field[] @nonNull field ----> [Field!]!
The text was updated successfully, but these errors were encountered:
Hey there, this plugin is a bit obsolete. The @notNull smart comment is available in PostGraphile as a built-in. This plugin is mostly useful for its PgNonNullRelationsPlugin part.
@notNull
PgNonNullRelationsPlugin
I'd recommend opening an issue over at graphile/postgraphile or joining the Discord channel and making an inquiry there.
Sorry, something went wrong.
@nonNull
No branches or pull requests
At the moment, there seems to be no way to specify that the elements of an array are non-null. I'd propose an extension for array types:
The text was updated successfully, but these errors were encountered: