RUAL Documentation

Blocks within mutations

List of all the block within the mutations group. If you're running an older core version, there may be groups listed here that are not available to you (yet).

get at index object v10.4.28 returns the index at which a given element can be found in the array, or -1 if it is not present remove from custom array mutations v10.4.28 null add to custom array mutations v10.4.28 push any given type to the array. increment custom field mutations v10.4.28 null add file mutations v13.0.6 adds the given file(s) to the existing files multiple mutations v10.4.28 combine multiple mutations into one. get last mutation object v10.4.28 get the last mutation. upsert item to array mutations v13.0.4 inserts or updates an object within the given field by the unique key(s) get first mutation object v10.4.28 get the first mutation. switch mutations v12.0.4 Returns a mutations based of the given expression. remove from array mutations v10.4.28 null add to array mutations v10.4.28 push any given type to the array. remove fields mutations v10.4.28 null merge into array mutations v10.4.28 combines two or mores arrays. add unique to custom array mutations v10.4.28 push any given type to the array if it doesn't already exists. add unique to array mutations v10.4.28 push any given type to the array if it doesn't already exists. decrement custom field mutations v10.4.28 null remove custom field mutations v10.4.28 null decrement by field mutations v10.4.28 null set fields mutations v10.4.28 Generates an array of mutations based of the given filled fields. set custom field mutations v10.4.28 null increment by field mutations v10.4.28 null key -> value mutations v10.4.28 null
Back to mutations Return to the main group to view all sub-groups