View Source CoseDellaVitaEx.Errors.RequireOneOfError (CoseDellaVitaEx v0.0.2)
At least one of the fields is required.
Absinthe type is :require_one_of_error
. Field :fields
must be set by the calling resolver.
Link to this section Summary
Functions
Validate if the changeset has at least one of the fields set.
Link to this section Types
Link to this section Functions
@spec validate(Ecto.Changeset.t(), atom(), [atom()]) :: Ecto.Changeset.t()
Validate if the changeset has at least one of the fields set.