update_kv_store_by_pk
update single row of the table: "kv_store"
Input fields
_append (
kv_store_append_input
)
append existing jsonb value of filtered columns with new jsonb value
_delete_at_path (
kv_store_delete_at_path_input
)
delete the field or element with specified path (for JSON arrays, negative integers count from the end)
_delete_elem (
kv_store_delete_elem_input
)
delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array
_delete_key (
kv_store_delete_key_input
)
delete key/value pair or string element. key/value pairs are matched based on their key value
_inc (
kv_store_inc_input
)
increments the numeric columns with given value of the filtered values
_prepend (
kv_store_prepend_input
)
prepend existing jsonb value of filtered columns with new jsonb value
_set (
kv_store_set_input
)
sets the columns of the filtered rows to the given values
pk_columns (
kv_store_pk_columns_input!
)
Return fields
created_at (
timestamptz!
)
created_by (
Int!
)
developer (
developers!
)
An object relationship
key (
String!
)
object_id (
Int!
)
scope (
String!
)
scope_object_id (
Int!
)
updated_at (
timestamptz!
)