-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Steps to reproduce
When a field has the following definitions, the library will through an error
field :test, :test do
arg(:ids, non_null(list_of(non_null(:id))), directives: [constraints: [format: "uuid"]])
end
Error
Invalid constraints for field/arg ids of type %Absinthe.Blueprint.TypeReference.NonNull{of_type: %Absinthe.Blueprint.TypeReference.List{of_type: %Absinthe.Blueprint.TypeReference.NonNull{of_type: :string, errors: []}, errors: []}, errors: []}: [:format]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels