Skip to content

insert ¤

Mixin for handling data insertion operations in Fluree.

Classes:

  • WithInsertMixin

    Provides data insertion capabilities for Fluree operations.

WithInsertMixin ¤

Bases: Generic[T]

Provides data insertion capabilities for Fluree operations.

Methods:

  • with_insert

    Updates the operation with new data to be inserted.

with_insert ¤

with_insert(data: JsonObject | JsonArray) -> T

Updates the operation with new data to be inserted.

Raises:

  • TypeError

    If the type parameter cannot be resolved.