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).

add to custom array mutations v10.4.28 push any given type to the array. add unique to custom array mutations v10.4.28 push any given type to the array if it doesn't already exist. decrement custom field mutations v10.4.28 merge into array mutations v10.4.28 combines two or more arrays. increment custom field mutations v10.4.28 set custom field mutations v10.4.28 add file mutations v13.0.6 adds the given file(s) to the existing files remove fields mutations v10.4.28 remove from custom array mutations v10.4.28 get at index object v10.4.28 returns the mutation at the specified index position key -> value mutations v10.4.28 add to array mutations v10.4.28 push any given type to the array. add multiple unique to array mutations v13.0.8 pushes all values that do not already exist in the array to the given field. get last mutation object v10.4.28 get the last mutation. multiple mutations v10.4.28 combine multiple mutations into one. upsert item to array mutations v13.0.4 inserts or updates an object within the given field by the unique key(s) set fields mutations v10.4.28 Generates an array of mutations based on the given filled fields. increment by field mutations v10.4.28 remove from array mutations v10.4.28 switch mutations v12.0.4 Returns mutations based on the given expression. get first mutation object v10.4.28 get the first mutation. add unique to array mutations v10.4.28 push any given type to the array if it doesn't already exist. decrement by field mutations v10.4.28 remove custom field mutations v10.4.28
Back to mutations Return to the main group to view all sub-groups