Hi @tyt2y3, thanks for your work on Seaography
I came across something and wanted to ask for clarification.
It looks like the generic type A is put here [to_field::<T, A>](
|
let delete_mutation = entity_delete_mutation_builder.to_field::<T, A>(); |
), but it doesn’t seem to be used in the corresponding implementation [
here](
|
let mut stmt = T::delete_many(); |
).
Is this intentional, or might it be something that needs adjustment?
Thanks in advance for any insight