Hello,

How can we fetch a json AQL response from Foxx API ? What is the best way 
to code CRUD AQL functions within Vuejs ? 

<script>
  import { db } from './FOXX';

  export default {
    name: 'app',
    data() {
      return {
        ITEMS: []      }
    },
    FOXX_API() {
      return {
        ITEMS: db.collection('ITEMS'),
      }
    },


methods: {
      UPDATE: function() {
        this.$FOXX.items.update(
          {... AQL function 


...

-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to