Skip to content

delete_mutation = entity_delete_mutation_builder.to_field::<T, A>() with no use for A #239

@usamassem

Description

@usamassem

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions