Jonathan
06/15/2018, 8:30 PMthis.$apollo.mutate({
mutation: CREATE_EXPENSE_MUTATION,
variables: {
description: description,
amount: amount
},
What's the best way access the API from a vanilla JS file? Am I going about this the right way or should I be doing this check/mutation elsewhere?