Interface UseMutationParams

interface UseMutationParams {
    collection: string;
    path?: string;
}

Properties

Properties

collection: string

The name of the collection

path?: string

An optional path of the ditto instance that you'd like to use