Closed
Description
It would be great to have support of validation for list items.
For instance with this query schema
type Query {
cars(targets: [String!]! @NotBlank) : [Car]
}
The @NotBlank
could validate that every element of the list is not blank. This applies indeed for all the validations, except maybe for the expression
, which could still be useful to use on a full list
Metadata
Metadata
Assignees
Labels
No labels