Add support for 'Splice' and 'push' in FQLX

Adding and removing elements is the most common use case on array-like fields. and to achieve that we need to implement workarounds. It would be great if fauna could support Splice and Push natively.

The FQL equivalent to javascript push() seems to be append()