Upsert
Many
{#key updatedCount} {#if typeof updatedCount === 'number'}
Updated {updatedCount} item{updatedCount === 1 ? '' : 's'}
{/if} {/key}
Update
Filter
{#each form.parameters as param, index}
{#each Object.entries(atomicUpdateOperators) as [groupName, options]}
{#each Object.entries(options) as [key, label]}
p.type === key)}> {label}
{/each}
{/each}
= allOperators.length} on:click={() => addParameter()} type="button">
removeParam(index)} type="button">
{/each}