Skip to main contentModule mutation
Source - DeleteParams
- Parameters for a DELETE operation.
- InsertParams
- Parameters for an INSERT operation.
- OnConflict
- ON CONFLICT clause for upsert operations.
- ResolvedTable
- A schema-qualified table name resolved from headers or defaulting to
public. - UpdateParams
- Parameters for an UPDATE operation.
- ConflictAction
- Action to take when a conflict occurs during INSERT.
- InsertValues
- Insert values - either a single row or multiple rows (bulk insert).
- Operation
- Represents all supported PostgREST operations (GET, POST, PATCH, DELETE, PUT, RPC).